mirror of
https://github.com/monero-project/monero.git
synced 2025-12-15 00:51:02 -08:00
miniupnpc static define change
This commit is contained in:
@@ -29,6 +29,8 @@
|
|||||||
# Parts of this file are originally copyright (c) 2012-2013 The Cryptonote developers
|
# Parts of this file are originally copyright (c) 2012-2013 The Cryptonote developers
|
||||||
|
|
||||||
add_definitions(-DSTATICLIB)
|
add_definitions(-DSTATICLIB)
|
||||||
|
# miniupnp changed their static define
|
||||||
|
add_definitions(-DMINIUPNP_STATICLIB)
|
||||||
|
|
||||||
file(GLOB_RECURSE COMMON common/*)
|
file(GLOB_RECURSE COMMON common/*)
|
||||||
file(GLOB_RECURSE CRYPTO crypto/*)
|
file(GLOB_RECURSE CRYPTO crypto/*)
|
||||||
|
|||||||
@@ -29,6 +29,8 @@
|
|||||||
# Parts of this file are originally copyright (c) 2012-2013 The Cryptonote developers
|
# Parts of this file are originally copyright (c) 2012-2013 The Cryptonote developers
|
||||||
|
|
||||||
add_definitions(-DSTATICLIB)
|
add_definitions(-DSTATICLIB)
|
||||||
|
# miniupnp changed their static define
|
||||||
|
add_definitions(-DMINIUPNP_STATICLIB)
|
||||||
|
|
||||||
add_subdirectory(gtest)
|
add_subdirectory(gtest)
|
||||||
include_directories(${gtest_SOURCE_DIR}/include ${gtest_SOURCE_DIR})
|
include_directories(${gtest_SOURCE_DIR}/include ${gtest_SOURCE_DIR})
|
||||||
|
|||||||
Reference in New Issue
Block a user