Skip to content

Commit ff611e6

Browse files
committed
added runtime dir
1 parent 4669cba commit ff611e6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ add_executable(unit_tests ${UNIT_TESTS_SOURCES})
1010
set_target_properties(unit_tests PROPERTIES
1111
ARCHIVE_OUTPUT_DIRECTORY "${CMAKE_SOURCE_DIR}/out/${CMAKE_BUILD_TYPE}"
1212
LIBRARY_OUTPUT_DIRECTORY "${CMAKE_SOURCE_DIR}/out/${CMAKE_BUILD_TYPE}"
13+
RUNTIME_OUTPUT_DIRECTORY "${CMAKE_SOURCE_DIR}/out/${CMAKE_BUILD_TYPE}"
1314
UNITY_BUILD ON
1415
UNITY_BUILD_BATCH_SIZE 20
1516
CXX_STANDARD 23

0 commit comments

Comments
 (0)