mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
add headers to cmake
This commit is contained in:
parent
db9b99602e
commit
9c691e917f
@ -6,14 +6,12 @@ aux_source_directory(. SRC_LIST)
|
|||||||
|
|
||||||
set(EXECUTABLE lll)
|
set(EXECUTABLE lll)
|
||||||
|
|
||||||
# set(CMAKE_INSTALL_PREFIX ../lib)
|
|
||||||
if(ETH_STATIC)
|
|
||||||
add_library(${EXECUTABLE} STATIC ${SRC_LIST})
|
|
||||||
else()
|
|
||||||
add_library(${EXECUTABLE} SHARED ${SRC_LIST})
|
|
||||||
endif()
|
|
||||||
|
|
||||||
file(GLOB HEADERS "*.h")
|
file(GLOB HEADERS "*.h")
|
||||||
|
if(ETH_STATIC)
|
||||||
|
add_library(${EXECUTABLE} STATIC ${SRC_LIST} ${HEADERS})
|
||||||
|
else()
|
||||||
|
add_library(${EXECUTABLE} SHARED ${SRC_LIST} ${HEADERS})
|
||||||
|
endif()
|
||||||
|
|
||||||
include_directories(..)
|
include_directories(..)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user