Skip to content

Commit

Permalink
GTEST_LINKED_AS_SHARED_LIBRARY
Browse files Browse the repository at this point in the history
  • Loading branch information
xhochy committed Aug 29, 2024
1 parent 071d3ad commit 4b79e30
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ fs = import('fs')

cpp = meson.get_compiler('cpp')
add_global_arguments('-DBOOST_NO_CXX98_FUNCTION_BASE', language: 'cpp')
add_global_arguments('-DGTEST_LINKED_AS_SHARED_LIBRARY=1', language: 'cpp')
if target_machine.system() == 'windows'
add_global_arguments('-DNOMINMAX', language: 'cpp')
endif
Expand Down

0 comments on commit 4b79e30

Please sign in to comment.