8000
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 6df3303 commit bde8697Copy full SHA for bde8697
recipes/task/CMakeLists.txt.patch
@@ -11,10 +11,3 @@
11
add_library (task STATIC ${task_SRCS})
12
add_executable (task_executable main.cpp)
13
add_executable (calc_executable calc.cpp)
14
-@@ -64,6 +64,9 @@
15
- set_property (TARGET calc_executable PROPERTY OUTPUT_NAME "calc")
16
- set_property (TARGET lex_executable PROPERTY OUTPUT_NAME "lex")
17
-
18
- #SET(CMAKE_BUILD_TYPE gcov)
19
- #SET(CMAKE_CXX_FLAGS_GCOV "--coverage")
20
- #SET(CMAKE_C_FLAGS_GCOV "--coverage")
0 commit comments