We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdc602a commit 84ec8aaCopy full SHA for 84ec8aa
CMakeLists.txt
@@ -57,6 +57,6 @@ add_subdirectory(AdTree)
57
## Resources
58
# Copy resources dirs into our shadow build directory. For AdTree only the shaders are needed
59
if (NOT APPLE)
60
- file(COPY "${CMAKE_CURRENT_SOURCE_DIR}/resources/shaders DESTINATION" "${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/resources")
+ file(COPY "${CMAKE_CURRENT_SOURCE_DIR}/resources/shaders" DESTINATION "${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/resources")
61
endif ()
62
0 commit comments