mirror of
https://github.com/red0124/ssp.git
synced 2025-12-14 13:59:54 +01:00
Fix test CMakeList.txt
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user