diff options
author | chriseth <c@ethdev.com> | 2016-08-10 19:17:18 +0800 |
---|---|---|
committer | chriseth <c@ethdev.com> | 2016-08-10 19:52:24 +0800 |
commit | 4c54834908c88c2c7826561fc2a72460ca6050d6 (patch) | |
tree | cbc6acd77e64277495882e95e28b44aa51af2bc3 /CMakeLists.txt | |
parent | 15d732b0309ab0dc6a28dd05b4c51cbd09f74d02 (diff) | |
download | dexon-solidity-4c54834908c88c2c7826561fc2a72460ca6050d6.tar.gz dexon-solidity-4c54834908c88c2c7826561fc2a72460ca6050d6.tar.zst dexon-solidity-4c54834908c88c2c7826561fc2a72460ca6050d6.zip |
Rename libevmasm.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 95eaf91c..48447a49 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -39,5 +39,3 @@ endif() if (TESTS AND NOT EMSCRIPTEN) add_subdirectory(test) endif() - -# TODO installation and packaging rules |