Skip to content

Commit

Permalink
add compile option for msvc (#375)
Browse files Browse the repository at this point in the history
  • Loading branch information
qicosmos committed Mar 15, 2024
1 parent c7929c6 commit ab311d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions async_simple/coro/test/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
file(GLOB coro_test_src "*.cpp")
add_compile_options("$<$<CXX_COMPILER_ID:MSVC>:/bigobj>")
add_executable(async_simple_coro_test ${coro_test_src} ${PROJECT_SOURCE_DIR}/async_simple/test/dotest.cpp)

target_link_libraries(async_simple_coro_test async_simple ${deplibs} ${testdeplibs})
Expand Down

0 comments on commit ab311d7

Please sign in to comment.