8000 remove bad patch that apparently prevented the thing to build · FluidCoding/python-for-android@bde8697 · GitHub
[go: up one dir, main page]

Skip to content

Commit bde8697

Browse files
author
gabriel pettier
committed
remove bad patch that apparently prevented the thing to build
1 parent 6df3303 commit bde8697

File tree

1 file changed

+0
-7
lines changed
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,3 @@
1111
add_library (task STATIC ${task_SRCS})
1212
add_executable (task_executable main.cpp)
1313
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")