mirror of
https://github.com/aap/librw.git
synced 2025-12-19 00:49:50 +00:00
build sample with cmake on Linux
This commit is contained in:
committed by
Anonymous Maarten
parent
6f5e6fe4e8
commit
36f95294fb
8
tools/camera/CMakeLists.txt
Normal file
8
tools/camera/CMakeLists.txt
Normal file
@@ -0,0 +1,8 @@
|
||||
add_executable(camera
|
||||
main.cpp camexamp.cpp viewer.cpp
|
||||
)
|
||||
|
||||
target_link_libraries(camera
|
||||
PUBLIC
|
||||
librw librw_skeleton librw_skeleton_imgui
|
||||
)
|
||||
Reference in New Issue
Block a user