mirror of https://github.com/AxioDL/nod.git
Updated for MetPrimeTools
This commit is contained in:
parent
f2c1ea6469
commit
edb8468575
|
@ -3,6 +3,7 @@ project(NODLib)
|
||||||
|
|
||||||
if (NOT TARGET LogVisor)
|
if (NOT TARGET LogVisor)
|
||||||
add_subdirectory(LogVisor)
|
add_subdirectory(LogVisor)
|
||||||
|
set(LOG_VISOR_INCLUDE_DIR LogVisor/include)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
include_directories(include ${LOG_VISOR_INCLUDE_DIR})
|
include_directories(include ${LOG_VISOR_INCLUDE_DIR})
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-multichar")
|
||||||
add_library(NOD
|
add_library(NOD
|
||||||
aes.cpp
|
aes.cpp
|
||||||
DiscBase.cpp
|
DiscBase.cpp
|
||||||
|
|
Loading…
Reference in New Issue