mirror of
https://github.com/aap/librw.git
synced 2026-08-10 09:37:04 +01:00
17 lines
264 B
CMake
17 lines
264 B
CMake
add_executable(demoreel WIN32
|
|
demoreel.h
|
|
main.cpp
|
|
proctex.cpp
|
|
scene_knot.cpp
|
|
scene_particles.cpp
|
|
scene_tunnel.cpp
|
|
)
|
|
|
|
target_link_libraries(demoreel
|
|
PRIVATE
|
|
librw::skeleton
|
|
librw::librw
|
|
)
|
|
|
|
librw_platform_target(demoreel)
|