mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-15 13:48:09 +00:00
Fix remaining conflict
This commit is contained in:
@@ -593,16 +593,11 @@ file(GLOB IFCGEOM_H_FILES ../src/ifcgeom/schema_agnostic/${kernel}/*.h)
|
|||||||
file(GLOB IFCGEOM_CPP_FILES ../src/ifcgeom/schema_agnostic/${kernel}/*.cpp)
|
file(GLOB IFCGEOM_CPP_FILES ../src/ifcgeom/schema_agnostic/${kernel}/*.cpp)
|
||||||
set(IFCGEOM_FILES ${IFCGEOM_CPP_FILES} ${IFCGEOM_H_FILES})
|
set(IFCGEOM_FILES ${IFCGEOM_CPP_FILES} ${IFCGEOM_H_FILES})
|
||||||
|
|
||||||
<<<<<<< HEAD
|
add_library(IfcGeom_${kernel} STATIC ${IFCGEOM_FILES})
|
||||||
add_library(IfcGeom_${kernel} ${IFCGEOM_FILES})
|
|
||||||
set_target_properties(IfcGeom_${kernel} PROPERTIES COMPILE_FLAGS "-DIFC_GEOM_EXPORTS")
|
set_target_properties(IfcGeom_${kernel} PROPERTIES COMPILE_FLAGS "-DIFC_GEOM_EXPORTS")
|
||||||
target_link_libraries(IfcGeom_${kernel} IfcParse ${${KERNEL_UPPER}_LIBRARIES})
|
target_link_libraries(IfcGeom_${kernel} IfcParse ${${KERNEL_UPPER}_LIBRARIES})
|
||||||
list(APPEND IfcGeom_libraries IfcGeom_${kernel})
|
list(APPEND IfcGeom_libraries IfcGeom_${kernel})
|
||||||
endforeach()
|
endforeach()
|
||||||
=======
|
|
||||||
add_library(IfcGeom_ifc2x3 STATIC ${IFCGEOM_FILES})
|
|
||||||
add_library(IfcGeom_ifc4 STATIC ${IFCGEOM_FILES})
|
|
||||||
>>>>>>> v0.6.0
|
|
||||||
|
|
||||||
foreach(schema 2x3 4)
|
foreach(schema 2x3 4)
|
||||||
|
|
||||||
@@ -610,7 +605,7 @@ file(GLOB IFCGEOM_H_FILES ../src/ifcgeom/kernel_agnostic/*.h)
|
|||||||
file(GLOB IFCGEOM_CPP_FILES ../src/ifcgeom/kernel_agnostic/*.cpp)
|
file(GLOB IFCGEOM_CPP_FILES ../src/ifcgeom/kernel_agnostic/*.cpp)
|
||||||
set(IFCGEOM_FILES ${IFCGEOM_CPP_FILES} ${IFCGEOM_H_FILES})
|
set(IFCGEOM_FILES ${IFCGEOM_CPP_FILES} ${IFCGEOM_H_FILES})
|
||||||
|
|
||||||
add_library(IfcGeom_ifc${schema} ${IFCGEOM_FILES})
|
add_library(IfcGeom_ifc${schema} STATIC ${IFCGEOM_FILES})
|
||||||
set_target_properties(IfcGeom_ifc${schema} PROPERTIES COMPILE_FLAGS "-DIFC_GEOM_EXPORTS -DIfcSchema=Ifc${schema} -DUSE_IFC${schema}")
|
set_target_properties(IfcGeom_ifc${schema} PROPERTIES COMPILE_FLAGS "-DIFC_GEOM_EXPORTS -DIfcSchema=Ifc${schema} -DUSE_IFC${schema}")
|
||||||
target_link_libraries(IfcGeom_ifc${schema} IfcParse)
|
target_link_libraries(IfcGeom_ifc${schema} IfcParse)
|
||||||
list(APPEND IfcGeom_libraries IfcGeom_ifc${schema})
|
list(APPEND IfcGeom_libraries IfcGeom_ifc${schema})
|
||||||
@@ -620,7 +615,7 @@ file(GLOB IFCGEOM_H_FILES ../src/ifcgeom/kernels/${kernel}/*.h)
|
|||||||
file(GLOB IFCGEOM_CPP_FILES ../src/ifcgeom/kernels/${kernel}/*.cpp)
|
file(GLOB IFCGEOM_CPP_FILES ../src/ifcgeom/kernels/${kernel}/*.cpp)
|
||||||
set(IFCGEOM_FILES ${IFCGEOM_CPP_FILES} ${IFCGEOM_H_FILES})
|
set(IFCGEOM_FILES ${IFCGEOM_CPP_FILES} ${IFCGEOM_H_FILES})
|
||||||
|
|
||||||
add_library(IfcGeom_${kernel}_ifc${schema} ${IFCGEOM_FILES})
|
add_library(IfcGeom_${kernel}_ifc${schema} STATIC ${IFCGEOM_FILES})
|
||||||
set_target_properties(IfcGeom_${kernel}_ifc${schema} PROPERTIES COMPILE_FLAGS "-DIFC_GEOM_EXPORTS -DIfcSchema=Ifc${schema} -DUSE_IFC${schema}")
|
set_target_properties(IfcGeom_${kernel}_ifc${schema} PROPERTIES COMPILE_FLAGS "-DIFC_GEOM_EXPORTS -DIfcSchema=Ifc${schema} -DUSE_IFC${schema}")
|
||||||
target_link_libraries(IfcGeom_${kernel}_ifc${schema} IfcGeom_${kernel} IfcGeom_ifc${schema})
|
target_link_libraries(IfcGeom_${kernel}_ifc${schema} IfcGeom_${kernel} IfcGeom_ifc${schema})
|
||||||
list(APPEND IfcGeom_libraries IfcGeom_${kernel}_ifc${schema})
|
list(APPEND IfcGeom_libraries IfcGeom_${kernel}_ifc${schema})
|
||||||
|
|||||||
Reference in New Issue
Block a user