Skip to content

Commit

Permalink
set -DCMAKE_WINDOWS_EXPORT_ALL_SYMBOLS=ON
Browse files Browse the repository at this point in the history
  • Loading branch information
h-vetinari committed Nov 8, 2022
1 parent 59b8c5e commit 1c3af3a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions recipe/bld.bat
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ cmake -G "Ninja" ^
-DCMAKE_INSTALL_PREFIX="%LIBRARY_PREFIX%" ^
-DCMAKE_MODULE_PATH="%LIBRARY_PREFIX%/lib/cmake" ^
-DCMAKE_INSTALL_LIBDIR=lib ^
-DCMAKE_WINDOWS_EXPORT_ALL_SYMBOLS=ON ^
-DGOOGLE_CLOUD_CPP_ENABLE_EXAMPLES=OFF ^
-DGOOGLE_CLOUD_CPP_ENABLE_WERROR=OFF ^
..
Expand Down

0 comments on commit 1c3af3a

Please sign in to comment.