root/CMakeLists.txt
| Revision 10eb590b2a15e9c1d02383b7fce39f14bc53dd5d, 263 bytes (checked in by Jeremy Lainé <jeremy.laine@…>, 11 months ago) | |
|---|---|
|
|
| Line | |
|---|---|
| 1 | cmake_minimum_required(VERSION 2.6) |
| 2 | include(FindPkgConfig) |
| 3 | find_package(Qt4 REQUIRED) |
| 4 | |
| 5 | set(PLUGIN_INSTALL_DIR lib/qt4/plugins CACHE STRING "Plugins installation directory.") |
| 6 | |
| 7 | add_subdirectory(src) |
| 8 | if(NOT QNETIO_DONT_USE_TESTS) |
| 9 | add_subdirectory(tests) |
| 10 | endif() |
Note: See TracBrowser
for help on using the browser.
