mirror of
https://github.com/aap/librw.git
synced 2025-02-19 18:55:19 +00:00
9 lines
197 B
CMake
9 lines
197 B
CMake
add_executable(im2d
|
|
im2d.cpp linelist.cpp main.cpp polyline.cpp trifan.cpp trilist.cpp tristrip.cpp
|
|
)
|
|
|
|
target_link_libraries(im2d
|
|
PUBLIC
|
|
librw librw_skeleton librw_skeleton_imgui
|
|
)
|