Adding scene files
This commit is contained in:
parent
517dc83c85
commit
3e9365b1ee
13 changed files with 2240 additions and 2079 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue