mirror of
https://github.com/BlackMATov/promise.hpp.git
synced 2025-12-13 03:46:29 +07:00
make_tuple_promise, then_tuple
This commit is contained in:
@@ -6,6 +6,10 @@ find_package(Threads REQUIRED)
|
||||
file(GLOB test_sources "*.cpp" "*.hpp")
|
||||
add_executable(${PROJECT_NAME} ${test_sources})
|
||||
|
||||
if(MSVC)
|
||||
target_compile_options(${PROJECT_NAME} PRIVATE /bigobj)
|
||||
endif(MSVC)
|
||||
|
||||
target_link_libraries(${PROJECT_NAME}
|
||||
Threads::Threads)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user