We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fae02f commit 34b97e1Copy full SHA for 34b97e1
MoveSemantic/CMakeLists.txt
@@ -5,6 +5,10 @@ project("move_semantic" LANGUAGES CXX)
5
set(CMAKE_CXX_STANDARD 11)
6
set(CMAKE_CXX_STANDARD_REQUIRED ON)
7
8
+get_filename_component(UTIL_ROOT ../Util ABSOLUTE)
9
+
10
add_executable(move_assignment "move_assignment.cpp")
11
add_executable(move_semantic "move_semantics.cpp")
12
add_executable(move_with_util "move_with_util.cpp")
13
14
+target_include_directories(move_with_util PRIVATE ${UTIL_ROOT})
0 commit comments