mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-11 15:41:48 +00:00
forced c++11 abi on
This commit is contained in:
@@ -3,7 +3,7 @@ project(hecl)
|
||||
set(HECL_INCLUDE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/include CACHE PATH "HECL include dir" FORCE)
|
||||
add_subdirectory(extern)
|
||||
include_directories(include ${LOG_VISOR_INCLUDE_DIR} ${ATHENA_INCLUDE_DIR})
|
||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11")
|
||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11 -D_GLIBCXX_USE_CXX11_ABI=1")
|
||||
add_subdirectory(lib)
|
||||
add_subdirectory(blender)
|
||||
add_subdirectory(driver)
|
||||
|
||||
@@ -21,5 +21,5 @@ list(APPEND DATA_SPEC_LIBS
|
||||
target_link_libraries(hecl
|
||||
HECLDatabase
|
||||
"-Wl,-whole-archive" ${DATA_SPEC_LIBS} "-Wl,-no-whole-archive"
|
||||
HECL AthenaCore NOD LogVisor blowfish z lzo2 pthread
|
||||
HECL AthenaCore NOD LogVisor blowfish z lzo2 pthread
|
||||
)
|
||||
|
||||
@@ -77,10 +77,7 @@ private:
|
||||
++it;
|
||||
}
|
||||
if (counter == WRAP_INDENT)
|
||||
{
|
||||
string.insert(it, WRAP_INDENT, _S(' '));
|
||||
it += WRAP_INDENT;
|
||||
}
|
||||
it = string.insert(it, WRAP_INDENT, _S(' ')) + WRAP_INDENT;
|
||||
if (it >= string.end())
|
||||
return;
|
||||
if (*it != _S('\n'))
|
||||
|
||||
2
hecl/extern/Athena
vendored
2
hecl/extern/Athena
vendored
Submodule hecl/extern/Athena updated: 55adeec69c...7ef451c86a
2
hecl/extern/LogVisor
vendored
2
hecl/extern/LogVisor
vendored
Submodule hecl/extern/LogVisor updated: c1f226b4dc...36c62436d2
2
hecl/extern/RetroCommon
vendored
2
hecl/extern/RetroCommon
vendored
Submodule hecl/extern/RetroCommon updated: 975429f3c6...6aa69f2775
Reference in New Issue
Block a user