mirror of
https://github.com/aap/librw.git
synced 2025-02-16 17:26:18 +00:00
9 lines
141 B
CMake
9 lines
141 B
CMake
|
add_executable(lights
|
||
|
main.cpp lights.cpp
|
||
|
)
|
||
|
|
||
|
target_link_libraries(lights
|
||
|
PUBLIC
|
||
|
librw librw_skeleton librw_skeleton_imgui
|
||
|
)
|