Skip to content

Commit

Permalink
Also plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed May 23, 2015
1 parent 40e2845 commit eb85d99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Expand Up @@ -585,8 +585,6 @@ ELSE (WIN32)
SET(DLLEXPORT "")
ENDIF()

SET(DLLIMPORT "")

IF(PEDANTIC AND NOT APPLE)
SET(CMAKE_SHARED_LINKER_FLAGS "${CMAKE_SHARED_LINKER_FLAGS} -Wl,--no-undefined")
SET(CMAKE_MODULE_LINKER_FLAGS "${CMAKE_MODULE_LINKER_FLAGS} -Wl,--no-undefined")
Expand All @@ -595,6 +593,8 @@ ELSE (WIN32)

ENDIF(WIN32)

SET(DLLIMPORT "")

ADD_DEFINITIONS("-DCORE_EXPORT=${DLLIMPORT}")
ADD_DEFINITIONS("-DGUI_EXPORT=${DLLIMPORT}")
ADD_DEFINITIONS("-DPYTHON_EXPORT=${DLLIMPORT}")
Expand Down

0 comments on commit eb85d99

Please sign in to comment.