cmake: Add install command for qtViewer

This commit is contained in:
Esteban DUGUEPEROUX
2025-12-07 20:38:09 +01:00
committed by Thomas Krijnen
parent b4135194ca
commit 02233f86cf
3 changed files with 4 additions and 3 deletions
+2 -2
View File
@@ -17,8 +17,6 @@
# #
################################################################################
cmake_minimum_required(VERSION 3.1.3)
message("Running CMakeLists.txt in /src/qtviewer")
# Specify the Qt version and components to use
@@ -100,3 +98,5 @@ target_include_directories(${targetName} PUBLIC
get_target_property(targetIncludeDirs ${targetName} INCLUDE_DIRECTORIES)
message(STATUS "target_include_directories: ${targetIncludeDirs}")
install(TARGETS ${targetName})