Skip to content

Commit 3535f46

Browse files
committed
Copy assets to binary dir
1 parent a7888b0 commit 3535f46

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ endif ()
3434

3535
add_subdirectory(pathfinder)
3636

37+
file(COPY assets DESTINATION ${CMAKE_BINARY_DIR})
38+
3739
target_compile_features(pathfinder PUBLIC cxx_std_14)
3840

3941
if (PATHFINDER_BACKEND_VULKAN)

0 commit comments

Comments
 (0)