mirror of
https://github.com/aap/librw.git
synced 2025-02-23 20:47:01 +00:00
9 lines
154 B
CMake
9 lines
154 B
CMake
add_executable(camera
|
|
main.cpp camexamp.cpp viewer.cpp
|
|
)
|
|
|
|
target_link_libraries(camera
|
|
PUBLIC
|
|
librw librw_skeleton librw_skeleton_imgui
|
|
)
|