mirror of
https://gitlab.com/shinovon/re3-symbian.git
synced 2026-05-23 01:57:21 +03:00
Initial commit
This commit is contained in:
commit
77cdaaf97e
827 changed files with 418745 additions and 0 deletions
22
vendor/librw/tools/playground/CMakeLists.txt
vendored
Normal file
22
vendor/librw/tools/playground/CMakeLists.txt
vendored
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
add_executable(playground WIN32
|
||||
camera.cpp
|
||||
font.cpp
|
||||
main.cpp
|
||||
ras_test.cpp
|
||||
splines.cpp
|
||||
tl_tests.cpp
|
||||
)
|
||||
|
||||
target_link_libraries(playground
|
||||
PRIVATE
|
||||
librw::skeleton
|
||||
librw::librw
|
||||
)
|
||||
|
||||
add_custom_command(
|
||||
TARGET playground POST_BUILD
|
||||
COMMAND "${CMAKE_COMMAND}" -E make_directory "$<TARGET_FILE_DIR:playground>/files"
|
||||
COMMAND "${CMAKE_COMMAND}" -E copy_directory "${CMAKE_CURRENT_SOURCE_DIR}/files" "$<TARGET_FILE_DIR:playground>/files"
|
||||
)
|
||||
|
||||
librw_platform_target(playground)
|
||||
Loading…
Add table
Add a link
Reference in a new issue