root/CMakeLists.txt

Revision 10eb590b2a15e9c1d02383b7fce39f14bc53dd5d, 263 bytes (checked in by Jeremy Lainé <jeremy.laine@…>, 11 months ago)

add option to disable tests

  • Property mode set to 100644
Line 
1cmake_minimum_required(VERSION 2.6)
2include(FindPkgConfig)
3find_package(Qt4 REQUIRED)
4
5set(PLUGIN_INSTALL_DIR lib/qt4/plugins CACHE STRING "Plugins installation directory.")
6
7add_subdirectory(src)
8if(NOT QNETIO_DONT_USE_TESTS)
9    add_subdirectory(tests)
10endif()
Note: See TracBrowser for help on using the browser.