diff options
| author | 2010-01-23 22:55:53 +0100 | |
|---|---|---|
| committer | 2010-01-24 00:19:34 +0100 | |
| commit | 54ffb743aca10dbc0eef567bcc06ee84b4261f9b (patch) | |
| tree | d5bd8690b2891bdb4221966f253476e6ccf212c1 /CMakeLists.txt | |
| parent | 7ad89bbc51be40403f9a5fd80c4ecad706a204ab (diff) | |
| download | usbmuxd-54ffb743aca10dbc0eef567bcc06ee84b4261f9b.tar.gz usbmuxd-54ffb743aca10dbc0eef567bcc06ee84b4261f9b.tar.bz2 | |
Use -Wall globally
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/CMakeLists.txt b/CMakeLists.txt index a5e8f1c..01dda18 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,6 +16,8 @@ ENDIF(NOT DEFINED LIB_SUFFIX)  set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/Modules/") +add_definitions(-Wall) +  add_subdirectory (libusbmuxd)  add_subdirectory (daemon)  add_subdirectory (tools) | 
