Manuel Pégourié-Gonnard | 121f7c9 | 2015-08-10 17:28:58 +0200 | [diff] [blame] | 1 | if(CMAKE_COMPILER_IS_GNUCC) |
| 2 | set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wno-unused-result") |
| 3 | endif(CMAKE_COMPILER_IS_GNUCC) |
| 4 | |
Paul Bakker | 367dae4 | 2009-06-28 21:50:27 +0000 | [diff] [blame] | 5 | add_subdirectory(aes) |
| 6 | add_subdirectory(hash) |
| 7 | add_subdirectory(pkey) |
Paul Bakker | fc36d16 | 2011-01-27 16:50:02 +0000 | [diff] [blame] | 8 | add_subdirectory(random) |
Paul Bakker | 367dae4 | 2009-06-28 21:50:27 +0000 | [diff] [blame] | 9 | add_subdirectory(ssl) |
| 10 | add_subdirectory(test) |
Paul Bakker | 4fc4552 | 2010-03-18 20:11:58 +0000 | [diff] [blame] | 11 | add_subdirectory(x509) |
Paul Bakker | 0f409a1 | 2012-09-25 08:19:18 +0000 | [diff] [blame] | 12 | add_subdirectory(util) |