File: CMakeLists.txt

package info (click to toggle)
grantlee5 5.1.0-2.1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 4,152 kB
  • sloc: cpp: 24,299; python: 413; sh: 108; ruby: 24; makefile: 20
file content (8 lines) | stat: -rw-r--r-- 112 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8

find_package(Qt5Gui 5.2.0 REQUIRED)

add_subdirectory(lib)

if (BUILD_TESTS)
  add_subdirectory(tests)
endif()