File: CMakeLists.txt

package info (click to toggle)
kdiagram2 2.8.0-4
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 6,796 kB
  • sloc: cpp: 52,379; makefile: 8; sh: 2
file content (12 lines) | stat: -rw-r--r-- 201 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
set(RootIndex_SRCS
    mainwindow.cpp
    main.cpp
)

qt5_wrap_ui(RootIndex_SRCS
    mainwindow.ui
)

add_executable(RootIndex  ${RootIndex_SRCS})

target_link_libraries(RootIndex KChart Qt5::Widgets)