projects
/
libam7xxx.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
examples: add a -l option to am7xxx-play
[libam7xxx.git]
/
CMakeLists.txt
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index
7db3067
..
9950111
100644
(file)
--- a/
CMakeLists.txt
+++ b/
CMakeLists.txt
@@
-34,7
+34,7
@@
if (CMAKE_COMPILER_IS_GNUCC)
# let CFLAGS env override this
if(CMAKE_C_FLAGS STREQUAL "")
# let CFLAGS env override this
if(CMAKE_C_FLAGS STREQUAL "")
- set(CMAKE_C_FLAGS "-std=c99 -pedantic -Wall -Wextra
-O2
")
+ set(CMAKE_C_FLAGS "-std=c99 -pedantic -Wall -Wextra")
endif()
# Don't make pedantic checks errors,
endif()
# Don't make pedantic checks errors,
@@
-74,10
+74,11
@@
if (CMAKE_COMPILER_IS_GNUCC)
--param=ssp-buffer-size=4)
endif()
--param=ssp-buffer-size=4)
endif()
-set(CMAKE_C_FLAGS_DEBUG "-
g
-DDEBUG=1 -Werror")
+set(CMAKE_C_FLAGS_DEBUG "-
O0 -ggdb
-DDEBUG=1 -Werror")
set(CMAKE_C_FLAGS_RELEASE "-O2")
set(CMAKE_C_FLAGS_RELWITHDEBINFO "-O2 -g")
# Add library project
add_subdirectory(src)
set(CMAKE_C_FLAGS_RELEASE "-O2")
set(CMAKE_C_FLAGS_RELWITHDEBINFO "-O2 -g")
# Add library project
add_subdirectory(src)
+add_subdirectory(examples)
add_subdirectory(doc)
add_subdirectory(doc)