clean up
This commit is contained in:
parent
3bc43612ef
commit
938616d989
16 changed files with 19 additions and 18 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue