mirror of
https://github.com/fancycode/MemoryModule
synced 2026-06-06 15:44:28 +00:00
Add testcase for exception handling code.
This commit is contained in:
@@ -5,6 +5,8 @@ set (sources_testsuite
|
||||
if (NOT MSVC)
|
||||
set (CMAKE_SHARED_LIBRARY_LINK_C_FLAGS "-static")
|
||||
set (CMAKE_SHARED_LIBRARY_LINK_CXX_FLAGS "-static")
|
||||
else ()
|
||||
set (CMAKE_CXX_FLAGS "/EHsc")
|
||||
endif ()
|
||||
|
||||
add_executable (TestSuite ${sources_testsuite})
|
||||
|
||||
Reference in New Issue
Block a user