Adds example program for alignments

This commit is contained in:
Rick Brice
2023-11-17 11:27:49 -08:00
parent afb8375e70
commit 265f45a814
2 changed files with 401 additions and 0 deletions
+3
View File
@@ -33,3 +33,6 @@ set_target_properties(IfcAdvancedHouse PROPERTIES FOLDER Examples)
endif()
ADD_EXECUTABLE(IfcAlignment IfcAlignment.cpp)
TARGET_LINK_LIBRARIES(IfcAlignment ${IFCOPENSHELL_LIBRARIES})
set_target_properties(IfcAlignment PROPERTIES FOLDER Examples)