mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-26 10:11:46 +00:00
cmake: Add install command for qtViewer
This commit is contained in:
committed by
Thomas Krijnen
parent
b4135194ca
commit
02233f86cf
@@ -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})
|
||||
|
||||
Reference in New Issue
Block a user