From 16b4a80576dce784f9ab9ea6d5401f86a7567ea8 Mon Sep 17 00:00:00 2001 From: Arseniy Movshev Date: Fri, 26 May 2023 22:57:53 +0100 Subject: initial commit: rename and add demo code Based on asteroid-helloworld --- src/CMakeLists.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/CMakeLists.txt') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index c6b802c..f6a79d1 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,8 +1,8 @@ -add_library(asteroid-helloworld main.cpp resources.qrc) -set_target_properties(asteroid-helloworld PROPERTIES PREFIX "") +add_library(asteroid-health main.cpp resources.qrc) +set_target_properties(asteroid-health PROPERTIES PREFIX "") -target_link_libraries(asteroid-helloworld PUBLIC +target_link_libraries(asteroid-health PUBLIC AsteroidApp) -install(TARGETS asteroid-helloworld +install(TARGETS asteroid-health DESTINATION ${CMAKE_INSTALL_LIBDIR}) -- cgit v1.2.3-54-g00ecf