3D scene stable
This commit is contained in:
parent
5d96d6905f
commit
119e610db6
14 changed files with 96 additions and 45 deletions
|
|
@ -10,7 +10,7 @@ target_link_libraries(${PROJECT_NAME} PUBLIC 3DScene Connection)
|
|||
### -------------------------- Applications -------------------------- ###
|
||||
file(GLOB APP_SOURCES "./applications/*.cpp")
|
||||
add_executable(rayt ${APP_SOURCES})
|
||||
target_link_libraries(rayt ${PROJECT_NAME} Lua ImageIO)
|
||||
target_link_libraries(rayt ${PROJECT_NAME} ImageIO)
|
||||
file(COPY "rsc" DESTINATION "${CMAKE_BINARY_DIR}/${PROJECT_NAME}/")
|
||||
|
||||
### -------------------------- Tests -------------------------- ###
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue