File: CMakeLists.txt

package info (click to toggle)
sight 25.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 42,180 kB
  • sloc: cpp: 289,476; xml: 17,257; ansic: 9,878; python: 1,379; sh: 144; makefile: 33
file content (7 lines) | stat: -rw-r--r-- 302 bytes parent folder | download
1
2
3
4
5
6
7
sight_add_target(ui_test TYPE LIBRARY FAST_DEBUG ON)

target_link_libraries(ui_test PUBLIC Qt6::Widgets Qt6::Test)
set_target_properties(ui_test PROPERTIES AUTOMOC TRUE)
target_compile_definitions(ui_test PUBLIC "QT_NO_KEYWORDS")

target_link_libraries(ui_test PUBLIC core utest utest_data ui CppUnit)