Skip to content

Commit 10ba288

Browse files
committed
Fixed.
1 parent c5333f7 commit 10ba288

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CMakeLists.txt

+2
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ set(CMAKE_CXX_FLAGS "-Wall -Wextra")
5656
set(CMAKE_CXX_FLAGS_DEBUG "-g")
5757
set(CMAKE_CXX_FLAGS_RELEASE "-O3")
5858

59+
SET(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/bin)
60+
5961
if (BUILD_TESTS)
6062
FETCHCONTENT_DECLARE(
6163
googletest

0 commit comments

Comments
 (0)