Skip to content

Commit bd10fff

Browse files
Change the directory where the tests are built
1 parent 6eaff9e commit bd10fff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ project(CPP_SAFE_IO)
77

88
set(CMAKE_CXX_STANDARD 11)
99
set(CMAKE_CXX_STANDARD_REQUIRED ON)
10+
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR})
1011

1112
add_subdirectory(src)
1213
add_subdirectory(tests)

0 commit comments

Comments
 (0)