examples - build IfcAlignment using cmake package

This commit is contained in:
Andrej730
2025-12-12 16:08:43 +05:00
parent 43533706a4
commit 4d34e4296c
5 changed files with 32 additions and 11 deletions
+2 -2
View File
@@ -30,8 +30,8 @@
// Disable warnings coming from IfcOpenShell
#pragma warning(disable : 4018 4267 4250 4984 4985)
#include "../ifcparse/Ifc4x3_add2.h"
#include "../ifcparse/IfcAlignmentHelper.h"
#include "ifcparse/Ifc4x3_add2.h"
#include "ifcparse/IfcAlignmentHelper.h"
#include <fstream>