We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e64cd51 commit 7b5c0bfCopy full SHA for 7b5c0bf
lab10/CMakeLists.txt
@@ -11,7 +11,7 @@ add_definitions(${LLVM_DEFINITIONS})
11
include_directories(${LLVM_INCLUDE_DIRS} include)
12
link_directories(${LLVM_LIBRARY_DIRS} ${CMAKE_CURRENT_BINARY_DIR} ${CMAKE_CURRENT_SOURCE_DIR}/reference)
13
14
-add_executable(cbi
+add_executable(delta
15
src/Delta.cpp
16
)
17
0 commit comments