aboutsummaryrefslogtreecommitdiff
path: root/src/kconfig_compiler/CMakeLists.txt
blob: 1fbb4824d5c840f5d5ddcdfe46439e6c2a25e0be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13


set(kconfig_compiler_SRCS kconfig_compiler.cpp)


add_executable(kconfig_compiler_kf5 ${kconfig_compiler_SRCS})
add_executable(KF5::kconfig_compiler_kf5 ALIAS kconfig_compiler_kf5)

find_package(Qt5Xml 5.2.0 REQUIRED NO_MODULE)

target_link_libraries(kconfig_compiler_kf5 Qt5::Xml)

install(TARGETS kconfig_compiler_kf5 EXPORT KF5ConfigTargets ${INSTALL_TARGETS_DEFAULT_ARGS} )