dde-application-manager/examples/launchApp/CMakeLists.txt
ComixHe bc2bdf559e example: add launch application example
fix some bug while testing the example

Signed-off-by: ComixHe <heyuming@deepin.org>
Signed-off-by: black-desk <me@black-desk.cn>
2023-08-14 13:39:05 +08:00

9 lines
186 B
CMake

set(LAUNCHAPP_BIN launchApp)
add_executable(${LAUNCHAPP_BIN} main.cpp)
target_link_libraries(${LAUNCHAPP_BIN} PRIVATE
Qt${QT_VERSION_MAJOR}::Core
Qt${QT_VERSION_MAJOR}::DBus
)