Skip to content

Commit a8ac209

Browse files
committed
Bump revector
1 parent e810245 commit a8ac209

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

3rd/revector

CMakeLists.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ set(CMAKE_CXX_STANDARD 20)
1414

1515
set(CMAKE_INCLUDE_CURRENT_DIR ON)
1616

17-
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin)
17+
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/bin")
1818

1919
# To fix "error: call to undeclared library function 'memset' with type 'void *(void *, int, unsigned long)'".
2020
if (CMAKE_CXX_COMPILER_ID STREQUAL "Clang")
@@ -68,6 +68,8 @@ target_include_directories(${PROJECT_NAME} PRIVATE "3rd/json/include")
6868
add_subdirectory(3rd/mINI)
6969
target_include_directories(${PROJECT_NAME} PRIVATE "3rd/mINI/src")
7070

71+
file(COPY assets DESTINATION ${CMAKE_BINARY_DIR})
72+
7173
if (WIN32)
7274
target_link_libraries(${PROJECT_NAME}
7375
${FFMPEG_LIBRARIES}

0 commit comments

Comments
 (0)