IfcParse - export include path

This commit is contained in:
Andrej730
2025-12-12 17:04:46 +05:00
parent 4d34e4296c
commit 01f97a5860
2 changed files with 1 additions and 3 deletions
+1
View File
@@ -31,6 +31,7 @@ endforeach()
set(IFCPARSE_FILES ${IFCPARSE_CPP_FILES} ${IFCPARSE_H_FILES})
add_library(IfcParse ${IFCPARSE_FILES})
target_include_directories(IfcParse PUBLIC $<INSTALL_INTERFACE:${CMAKE_INSTALL_INCLUDEDIR}>)
set_target_properties(IfcParse
PROPERTIES
COMPILE_FLAGS -DIFC_PARSE_EXPORTS