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 Apr 23, 2023
1 parent 0460ac8 commit aa6b907
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 @@ -16,6 +16,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
if %ERRORLEVEL% neq 0 exit 1
Expand Down

0 comments on commit aa6b907

Please sign in to comment.