wow + build

This commit is contained in:
Czarek Nakamoto
2024-03-22 14:21:57 +01:00
parent 8775db7e94
commit 380f3f41e6
14 changed files with 1352 additions and 100 deletions
+12
View File
@@ -16,6 +16,18 @@ elseif(${HOST_ABI} STREQUAL "i686-w64-mingw32")
# set(CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS ON)
endif()
# if (MINGW)
# # On Windows, this is as close to fully-static as we get:
# # this leaves only deps on /c/Windows/system32/*.dll
# set(STATIC_FLAGS "-static ")
# set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fstack-protector")
# set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fstack-protector")
# elseif (NOT (APPLE OR FREEBSD OR OPENBSD OR DRAGONFLY))
# # On Linux, we don't support fully static build, but these can be static
# set(STATIC_FLAGS "-static-libgcc -static-libstdc++")
# endif()
set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} ${STATIC_FLAGS} -fstack-protector")
add_library( wallet2_api_c
SHARED
src/main/cpp/helpers.cpp