mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-12-27 09:50:34 +05:00
Windows compatibility
This commit is contained in:
parent
e7d9b213f1
commit
d66f8054ed
@ -50,6 +50,10 @@ ADD_DEFINITIONS(
|
|||||||
${QT_DEFINITIONS}
|
${QT_DEFINITIONS}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
IF(WIN32)
|
||||||
|
ADD_DEFINITIONS(-DNOGDI)
|
||||||
|
ENDIF(WIN32)
|
||||||
|
|
||||||
# libraries to link to
|
# libraries to link to
|
||||||
SET(_link_LIBRARIES
|
SET(_link_LIBRARIES
|
||||||
GEOMObject
|
GEOMObject
|
||||||
|
Loading…
Reference in New Issue
Block a user