diff options
author | Marek Kotewicz <marek.kotewicz@gmail.com> | 2014-12-11 22:06:11 +0800 |
---|---|---|
committer | Marek Kotewicz <marek.kotewicz@gmail.com> | 2014-12-11 22:06:11 +0800 |
commit | 005f551bfbf153a11af7cb3c2015ccfe6cf70e08 (patch) | |
tree | b06585b7274acf987e44ec362f9d46a610e79b85 /CMakeLists.txt | |
parent | c8ad93914148a3a0c191f22bb21e9eabf217d1ae (diff) | |
download | dexon-solidity-005f551bfbf153a11af7cb3c2015ccfe6cf70e08.tar dexon-solidity-005f551bfbf153a11af7cb3c2015ccfe6cf70e08.tar.gz dexon-solidity-005f551bfbf153a11af7cb3c2015ccfe6cf70e08.tar.bz2 dexon-solidity-005f551bfbf153a11af7cb3c2015ccfe6cf70e08.tar.lz dexon-solidity-005f551bfbf153a11af7cb3c2015ccfe6cf70e08.tar.xz dexon-solidity-005f551bfbf153a11af7cb3c2015ccfe6cf70e08.tar.zst dexon-solidity-005f551bfbf153a11af7cb3c2015ccfe6cf70e08.zip |
fixed styling issues
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 28e5cb75..fb79d587 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17,6 +17,7 @@ include_directories(..) set(EXECUTABLE lll) file(GLOB HEADERS "*.h") + if(ETH_STATIC) add_library(${EXECUTABLE} STATIC ${SRC_LIST} ${HEADERS}) else() |