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