We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65a3373 commit c3a0484Copy full SHA for c3a0484
CMakeLists.txt
@@ -8,6 +8,8 @@ endif()
8
set(EXTERNAL_DIR ${CMAKE_SOURCE_DIR}/external)
9
set(SOLIDITY_BYTECODES_DIR ${CMAKE_BINARY_DIR}/solidity_contracts/bytecodes)
10
11
+add_compile_definitions(PROJECT_VERSION="0.2.0")
12
+
13
add_subdirectory (solidity_contracts)
14
15
enable_testing()
0 commit comments