Skip to content

Commit 84ec8aa

Browse files
committed
fix typo in path
1 parent cdc602a commit 84ec8aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,6 @@ add_subdirectory(AdTree)
5757
## Resources
5858
# Copy resources dirs into our shadow build directory. For AdTree only the shaders are needed
5959
if (NOT APPLE)
60-
file(COPY "${CMAKE_CURRENT_SOURCE_DIR}/resources/shaders DESTINATION" "${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/resources")
60+
file(COPY "${CMAKE_CURRENT_SOURCE_DIR}/resources/shaders" DESTINATION "${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/resources")
6161
endif ()
6262

0 commit comments

Comments
 (0)