We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1842dc6 commit ced0b1aCopy full SHA for ced0b1a
cmake/CMakeLists.txt
@@ -81,6 +81,8 @@ ADD_LIBRARY(IfcGeom STATIC
81
../src/ifcgeom/IfcRegister.cpp
82
)
83
84
+TARGET_LINK_LIBRARIES(IfcGeom IfcParse)
85
+
86
LINK_DIRECTORIES (${IfcOpenShell_BINARY_DIR} /usr/lib)
87
ADD_EXECUTABLE(IfcObj ../src/ifcobj/IfcObj.cpp)
88
TARGET_LINK_LIBRARIES (IfcObj IfcParse IfcGeom TKernel TKMath TKBRep TKGeomBase TKGeomAlgo TKG3d TKG2d TKShHealing TKTopAlgo TKMesh TKPrim TKBool TKBO TKFillet)
src/examples/CMakeLists.txt
@@ -1,2 +1,2 @@
1
-ADD_EXECUTABLE(IfcParseExamples ../src/examples/IfcParseExamples.cpp)
+ADD_EXECUTABLE(IfcParseExamples IfcParseExamples.cpp)
2
TARGET_LINK_LIBRARIES (IfcParseExamples IfcParse)
0 commit comments