File: CMakeLists.txt

package info (click to toggle)
libdbusmenu-qt 0.9.3%2B16.04.20160218-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 420 kB
  • ctags: 266
  • sloc: cpp: 2,560; xml: 306; makefile: 20
file content (7 lines) | stat: -rw-r--r-- 228 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
find_package(QJSON)
if (QJSON_FOUND)
    message(STATUS "QJSON found, testapp will be built")
    add_subdirectory(testapp)
else (QJSON_FOUND)
    message(STATUS "QJSON not found, testapp will not be built")
endif (QJSON_FOUND)