mirror of
https://git.wownero.com/wownero/onion-wownero-blockchain-explorer.git
synced 2024-08-15 00:33:12 +00:00
gitignore modefied
https://github.com/moneroexamples/onion-monero-blockchain-explorer/pull/45
This commit is contained in:
parent
40d87bdab4
commit
468f927e8b
37 changed files with 3349 additions and 16147 deletions
|
@ -55,8 +55,8 @@ find_package(Boost COMPONENTS
|
|||
|
||||
|
||||
if(APPLE)
|
||||
include_directories(/usr/local/opt/openssl/include)
|
||||
link_directories(/usr/local/opt/openssl/lib)
|
||||
include_directories(/usr/local/opt/openssl/include)
|
||||
link_directories(/usr/local/opt/openssl/lib)
|
||||
endif()
|
||||
|
||||
|
||||
|
@ -116,16 +116,16 @@ set(LIBRARIES
|
|||
ssl)
|
||||
|
||||
if (NOT ${CMAKE_SYSTEM_NAME} MATCHES "Darwin" AND NOT WIN32)
|
||||
set(LIBRARIES ${LIBRARIES} unwind)
|
||||
set(LIBRARIES ${LIBRARIES} unwind)
|
||||
endif()
|
||||
|
||||
if (WIN32)
|
||||
set(LIBRARIES ${LIBRARIES}
|
||||
wsock32
|
||||
ntdll
|
||||
ws2_32
|
||||
Iphlpapi
|
||||
)
|
||||
wsock32
|
||||
ntdll
|
||||
ws2_32
|
||||
Iphlpapi
|
||||
)
|
||||
else()
|
||||
set(LIBRARIES ${LIBRARIES} dl)
|
||||
endif()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue