extract some basic code from libcryptonote_core into libcryptonote_basic
This commit is contained in:
@@ -194,6 +194,7 @@ endif()
|
||||
if (BUILD_SHARED_LIBS)
|
||||
message(STATUS "Building internal libraries with position independent code")
|
||||
set(PIC_FLAG "-fPIC")
|
||||
add_definitions("-DBUILD_SHARED_LIBS")
|
||||
else()
|
||||
message(STATUS "Building internal libraries as static")
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user