This commit is contained in:
IlyaShurupov 2024-06-18 17:33:39 +03:00
parent a0a40f1d04
commit 5d96d6905f
16 changed files with 19 additions and 18 deletions

View file

@ -11,7 +11,7 @@ target_link_libraries(${PROJECT_NAME} PUBLIC 3DScene Connection)
file(GLOB APP_SOURCES "./applications/*.cpp")
add_executable(rayt ${APP_SOURCES})
target_link_libraries(rayt ${PROJECT_NAME} Lua ImageIO)
file(COPY "applications/rsc" DESTINATION "${CMAKE_BINARY_DIR}/${PROJECT_NAME}/")
file(COPY "rsc" DESTINATION "${CMAKE_BINARY_DIR}/${PROJECT_NAME}/")
### -------------------------- Tests -------------------------- ###
file(GLOB TEST_SOURCES "./tests/*.cpp" "./tests/*/*.cpp")