Skip to content

Commit

Permalink
CMakeLists.txt: Export all symbols (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
emmenlau authored Jun 29, 2020
1 parent b0066ce commit b1d531b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
cmake_minimum_required(VERSION 3.0)
project(double-conversion VERSION 3.1.5)

if(BUILD_SHARED_LIBS AND MSVC)
set(CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS ON)
endif()

set(headers
double-conversion/bignum.h
double-conversion/cached-powers.h
Expand Down

0 comments on commit b1d531b

Please sign in to comment.