Fixed errors in CMake files

This commit is contained in:
Thomas Krijnen
2011-08-24 12:53:05 +00:00
parent 1842dc64da
commit ced0b1aa50
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -81,6 +81,8 @@ ADD_LIBRARY(IfcGeom STATIC
../src/ifcgeom/IfcRegister.cpp
)
TARGET_LINK_LIBRARIES(IfcGeom IfcParse)
LINK_DIRECTORIES (${IfcOpenShell_BINARY_DIR} /usr/lib)
ADD_EXECUTABLE(IfcObj ../src/ifcobj/IfcObj.cpp)
TARGET_LINK_LIBRARIES (IfcObj IfcParse IfcGeom TKernel TKMath TKBRep TKGeomBase TKGeomAlgo TKG3d TKG2d TKShHealing TKTopAlgo TKMesh TKPrim TKBool TKBO TKFillet)
+1 -1
View File
@@ -1,2 +1,2 @@
ADD_EXECUTABLE(IfcParseExamples ../src/examples/IfcParseExamples.cpp)
ADD_EXECUTABLE(IfcParseExamples IfcParseExamples.cpp)
TARGET_LINK_LIBRARIES (IfcParseExamples IfcParse)