mirror of
https://github.com/aap/librw.git
synced 2025-12-18 16:39:51 +00:00
cmake: merge librw_skeleton_imgui in librw_skeleton
This commit is contained in:
@@ -1,10 +1,16 @@
|
||||
add_executable(playground WIN32
|
||||
camera.cpp font.cpp main.cpp ras_test.cpp splines.cpp tl_tests.cpp
|
||||
camera.cpp
|
||||
font.cpp
|
||||
main.cpp
|
||||
ras_test.cpp
|
||||
splines.cpp
|
||||
tl_tests.cpp
|
||||
)
|
||||
|
||||
target_link_libraries(playground
|
||||
PUBLIC
|
||||
librw librw_skeleton_imgui
|
||||
PRIVATE
|
||||
librw::skeleton
|
||||
librw::librw
|
||||
)
|
||||
|
||||
add_custom_command(
|
||||
|
||||
Reference in New Issue
Block a user