Adding scene files

This commit is contained in:
IlyaShurupov 2023-10-16 22:38:45 +03:00 committed by Ilya Shurupov
parent bb2b0b926f
commit a62e665623
13 changed files with 2240 additions and 2079 deletions

View file

@ -20,6 +20,8 @@ add_executable(rayt ./applications/Rayt.cpp applications/SceneLoad.cpp
target_link_libraries(rayt ${PROJECT_NAME} Lua)
file(COPY "applications/rsc" DESTINATION "${CMAKE_BINARY_DIR}/${PROJECT_NAME}/")
### -------------------------- Tests -------------------------- ###
enable_testing()
file(GLOB TEST_SOURCES "./tests/*.cpp" "./tests/*/*.cpp")