Skip to content

Commit

Permalink
On Windows, export all symbols
Browse files Browse the repository at this point in the history
Fixes: #42
  • Loading branch information
dneto0 committed Jun 7, 2023
1 parent ea331c3 commit 6d3b974
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions effcee/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ effcee_default_compile_options(effcee)
target_include_directories(effcee
PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}/.. ${EFFCEE_RE2_DIR})
target_link_libraries(effcee PUBLIC re2 ${CMAKE_THREADS_LIB_INIT})
set_target_properties(effcee PROPERTIES WINDOWS_EXPORT_ALL_SYMBOLS ON)

# TODO(dneto): Avoid installing gtest and gtest_main. ?!
install(
Expand Down

0 comments on commit 6d3b974

Please sign in to comment.