mirror of https://github.com/AxioDL/metaforce.git
Update submodules; LLVM 4.0 support
This commit is contained in:
parent
265eeeeac3
commit
75b69b590c
|
@ -81,6 +81,11 @@ set(HECL_DATASPEC_PUSHES
|
|||
hecl::Database::DATA_SPEC_REGISTRY.push_back(&DataSpec::SpecEntMP3);
|
||||
hecl::Database::DATA_SPEC_REGISTRY.push_back(&DataSpec::SpecEntMP3PC);")
|
||||
add_subdirectory(hecl)
|
||||
|
||||
if(NOT TARGET atdna)
|
||||
message(FATAL_ERROR "atdna required for building URDE; please verify LLVM installation")
|
||||
endif()
|
||||
|
||||
add_definitions(${BOO_SYS_DEFINES})
|
||||
include_directories(${BOO_SYS_INCLUDES})
|
||||
add_subdirectory(amuse)
|
||||
|
|
|
@ -12,6 +12,7 @@ if(WIN32)
|
|||
"$ENV{ProgramW6432}/Inkscape"
|
||||
"$ENV{PROGRAMFILES(X86)}/Inkscape")
|
||||
else()
|
||||
set(CMAKE_FIND_APPBUNDLE FIRST)
|
||||
find_program(INKSCAPE_BIN inkscape)
|
||||
endif()
|
||||
if(INKSCAPE_BIN STREQUAL "INKSCAPE_BIN-NOTFOUND")
|
||||
|
|
2
amuse
2
amuse
|
@ -1 +1 @@
|
|||
Subproject commit c886bfd7d2e7ef0d397db469160cbce3e29484ee
|
||||
Subproject commit eb948dfd63236cceaf4055c032fa7f88c8fa4955
|
2
hecl
2
hecl
|
@ -1 +1 @@
|
|||
Subproject commit 9a4781eb6c763ba412e432806990694235d5fb48
|
||||
Subproject commit ec7262879ff67d143c11e1a143e9d6a2d673a339
|
Loading…
Reference in New Issue