Skip to content

Commit 6a9d1c8

Browse files
committed
set CMAKE_RUNTIME_OUTPUT_DIRECTORY
1 parent 5a5b912 commit 6a9d1c8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ include(FetchContent)
55

66
project(ResInsight)
77

8+
# Ensure all binary files ensd up in the same folder as the executable
9+
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR})
10+
811
set(VIZ_MODULES_FOLDER_NAME Fwk/VizFwk)
912

1013
# !!! For now, we force Qt to version 5

0 commit comments

Comments
 (0)