mirror of
https://github.com/red0124/ssp.git
synced 2025-01-23 04:55:20 +01:00
Fix test CMakeList.txt
This commit is contained in:
parent
2fe2c391fe
commit
0858369c7d
@ -14,7 +14,7 @@ endif()
|
||||
|
||||
if (MSVC)
|
||||
add_compile_options(/bigobj)
|
||||
elseif (MINGW) ()
|
||||
elseif (MINGW)
|
||||
add_compile_options(-Wa,-mbig-obj)
|
||||
endif ()
|
||||
|
||||
|
@ -10,6 +10,8 @@
|
||||
#include <unordered_map>
|
||||
#include <unordered_set>
|
||||
|
||||
#define CMAKE_GITHUB_CI
|
||||
|
||||
// parser tests v2
|
||||
|
||||
namespace {
|
||||
|
Loading…
Reference in New Issue
Block a user