mirror of
https://github.com/AxioDL/nod.git
synced 2025-12-08 13:14:59 +00:00
Updated for MetPrimeTools
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user