mirror of
https://github.com/aap/librw.git
synced 2026-08-10 09:37:04 +01:00
added simple demoreel and ps2 skeleton coded by claude fable 5
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
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)
|
||||
Reference in New Issue
Block a user