File: IFCPPConfig.cmake.in

package info (click to toggle)
ifcplusplus 0~git20190402.13744d5%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 16,716 kB
  • sloc: cpp: 199,083; makefile: 31
file content (16 lines) | stat: -rw-r--r-- 517 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16

# Import the target for ifcquery::carve
if(NOT TARGET ifcquery::carve)
  include("${CMAKE_CURRENT_LIST_DIR}/carve-targets.cmake")
endif()

# Import the target for ifcquery::IfcPlusPlus
if(NOT TARGET ifcquery::IfcPlusPlus)
  include("${CMAKE_CURRENT_LIST_DIR}/IfcPlusPlus-targets.cmake")
endif()

# For people who use old-fashioned cmake
set(IFCPP_LIBRARIES IFCPP::IfcPlusPlus)

# IFCPP_INCLUDE_DIRS is not needed, because users who link to
# IFCPP_LIBRARIES will automatically get the necessary include directories.