Skip to content

Commit

Permalink
Issue #81: renamed SHARED_EXPORTS_BUILT_AS_STATIC => GG_EXPORTS_BUILT…
Browse files Browse the repository at this point in the history
…_AS_STATIC
  • Loading branch information
dzhoshkun committed Apr 16, 2019
1 parent f48b2b0 commit d741f09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ if(WIN32)
GENERATE_EXPORT_HEADER(${NAME}
EXPORT_MACRO_NAME GG_EXPORTS
EXPORT_FILE_NAME gg_exports_win.h
STATIC_DEFINE SHARED_EXPORTS_BUILT_AS_STATIC
STATIC_DEFINE GG_EXPORTS_BUILT_AS_STATIC
)
endif()

Expand Down

0 comments on commit d741f09

Please sign in to comment.