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)
|
||||
add_subdirectory(LogVisor)
|
||||
set(LOG_VISOR_INCLUDE_DIR LogVisor/include)
|
||||
endif()
|
||||
|
||||
include_directories(include ${LOG_VISOR_INCLUDE_DIR})
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-multichar")
|
||||
add_library(NOD
|
||||
aes.cpp
|
||||
DiscBase.cpp
|
||||
|
|
Loading…
Reference in New Issue