File: CMakeLists.txt

package info (click to toggle)
kplotting 5.78.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 340 kB
  • sloc: cpp: 2,001; sh: 22; makefile: 7
file content (6 lines) | stat: -rw-r--r-- 208 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
remove_definitions(-DQT_NO_CAST_FROM_ASCII)

set(kplottest_SRCS testplot_widget.cpp testplot_main.cpp)
add_executable(kplottest ${kplottest_SRCS})

target_link_libraries(kplottest KF5::Plotting Qt5::Widgets)