mirror of
https://github.com/AxioDL/nod.git
synced 2025-12-08 13:14:59 +00:00
Merge branch 'master' of https://github.com/AxioDL/nod
This commit is contained in:
@@ -19,3 +19,11 @@ add_library(nod
|
||||
if(NOT MSVC AND NOT NX)
|
||||
set_source_files_properties(aes.cpp PROPERTIES COMPILE_FLAGS -maes)
|
||||
endif()
|
||||
|
||||
# Associate target with export
|
||||
install(
|
||||
TARGETS nod
|
||||
EXPORT nodTargets
|
||||
ARCHIVE DESTINATION "lib"
|
||||
INCLUDES DESTINATION include # This sets the INTERFACE_INCLUDE_DIRECTORIES property of the target.
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user