diff options
author | chriseth <chris@ethereum.org> | 2016-08-08 15:38:45 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-08 15:38:45 +0800 |
commit | 53a5e99c1341bb868f3d7cf5a07675872b941ce8 (patch) | |
tree | 548e867c0cb0776b7e88f9e09f6d1fca179deaeb /libdevcore/CMakeLists.txt | |
parent | f7af7de196490231edba6349c81fe2456249909c (diff) | |
parent | e97f62bb6d35014c58f0ede5079f77d8edb72778 (diff) | |
download | dexon-solidity-53a5e99c1341bb868f3d7cf5a07675872b941ce8.tar.gz dexon-solidity-53a5e99c1341bb868f3d7cf5a07675872b941ce8.tar.zst dexon-solidity-53a5e99c1341bb868f3d7cf5a07675872b941ce8.zip |
Merge pull request #800 from winsvega/fixbuild
fix build on windows
Diffstat (limited to 'libdevcore/CMakeLists.txt')
-rw-r--r-- | libdevcore/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libdevcore/CMakeLists.txt b/libdevcore/CMakeLists.txt index 5401c7af..2af99dff 100644 --- a/libdevcore/CMakeLists.txt +++ b/libdevcore/CMakeLists.txt @@ -2,7 +2,7 @@ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -DSTATICLIB") aux_source_directory(. SRC_LIST) -set(EXECUTABLE devcore) +set(EXECUTABLE soldevcore) file(GLOB HEADERS "*.h") |