11 lines
199 B
Diff
Executable file
11 lines
199 B
Diff
Executable file
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -7,6 +7,8 @@
|
|
|
|
set(CMAKE_VERBOSE_MAKEFILE on)
|
|
|
|
+project(yogacore CXX)
|
|
+
|
|
add_compile_options(
|
|
-fno-omit-frame-pointer
|
|
-fexceptions
|