Mercurial > trustbridge
comparison CMakeLists.txt @ 307:2fd69803d219
Complete InstRemove NSS test
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Thu, 03 Apr 2014 16:35:21 +0200 |
parents | 04c1e0188ac3 |
children | d10d9bc2e84f |
comparison
equal
deleted
inserted
replaced
306:9c5e6b142611 | 307:2fd69803d219 |
---|---|
17 | 17 |
18 find_package(PolarSSL) | 18 find_package(PolarSSL) |
19 include_directories(${POLARSSL_INCLUDE_DIR}) | 19 include_directories(${POLARSSL_INCLUDE_DIR}) |
20 | 20 |
21 find_package(Qt5Widgets) | 21 find_package(Qt5Widgets) |
22 | |
23 find_package(NSS) | |
22 | 24 |
23 # Use cmake's automoc and make sure the generated files are included | 25 # Use cmake's automoc and make sure the generated files are included |
24 set(CMAKE_AUTOMOC ON) | 26 set(CMAKE_AUTOMOC ON) |
25 set(CMAKE_INCLUDE_CURRENT_DIR ON) | 27 set(CMAKE_INCLUDE_CURRENT_DIR ON) |
26 | 28 |