Skip to content

Commit

Permalink
[wip] Windows workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jnbrunet committed Nov 7, 2021
1 parent bbe1973 commit eee0bc0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions unittest/Caribou/Geometry/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ target_link_libraries(${PROJECT_NAME} Caribou::Geometry Caribou::Config)

if (NOT WIN32)
target_link_libraries(${PROJECT_NAME} pthread)
elseif(MSVC)
target_compile_options(${PROJECT_NAME} /bigobj)
endif()

list(APPEND target_rpath
Expand Down

0 comments on commit eee0bc0

Please sign in to comment.