mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
cmake updates for building on osx
This commit is contained in:
parent
215c569656
commit
0e9e98a3bc
@ -10,6 +10,10 @@ add_executable(testeth ${SRC_LIST})
|
|||||||
|
|
||||||
find_package(Threads REQUIRED)
|
find_package(Threads REQUIRED)
|
||||||
|
|
||||||
|
if(${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
|
||||||
|
include_directories(/usr/local/include)
|
||||||
|
endif(${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
|
||||||
|
|
||||||
target_link_libraries(testeth ethereum)
|
target_link_libraries(testeth ethereum)
|
||||||
target_link_libraries(testeth secp256k1)
|
target_link_libraries(testeth secp256k1)
|
||||||
target_link_libraries(testeth miniupnpc)
|
target_link_libraries(testeth miniupnpc)
|
||||||
|
Loading…
Reference in New Issue
Block a user