build sample with cmake on Linux

This commit is contained in:
Seo Youngjin
2021-03-23 17:00:09 +09:00
committed by Anonymous Maarten
parent 6f5e6fe4e8
commit 36f95294fb
9 changed files with 75 additions and 0 deletions

View File

@ -0,0 +1,8 @@
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
)