mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-23 01:20:04 +00:00
IfcParse: allow reading of IFC file from stdin
IfcServer: first commit of a stdin/stdout interface to IfcGeomObjects [undocumented for now] BIMserver_plugin: first commit of IfcEngine plugin implementation for use with http://BIMserver.org [undocumented for now]
This commit is contained in:
@@ -58,7 +58,9 @@ CHECK_ADD_OCE_OCC_DEF(iomanip.h)
|
||||
CHECK_ADD_OCE_OCC_DEF(iostream)
|
||||
CHECK_ADD_OCE_OCC_DEF(iostream.h)
|
||||
|
||||
ADD_DEFINITIONS(-O2)
|
||||
IF(NOT CMAKE_BUILD_TYPE)
|
||||
SET(CMAKE_BUILD_TYPE "Release")
|
||||
ENDIF(NOT CMAKE_BUILD_TYPE)
|
||||
ADD_DEFINITIONS(-fPIC)
|
||||
|
||||
INCLUDE_DIRECTORIES(${OCC_INCLUDE_DIR})
|
||||
|
||||
Reference in New Issue
Block a user