solidity/liblll/CMakeLists.txt
2017-08-22 22:50:25 +02:00

6 lines
141 B
CMake

file(GLOB sources "*.cpp")
file(GLOB headers "*.h")
add_library(lll ${sources} ${headers})
target_link_libraries(lll PUBLIC evmasm devcore)