solidity/liblll/CMakeLists.txt

6 lines
141 B
CMake
Raw Normal View History

2017-08-16 11:21:18 +00:00
file(GLOB sources "*.cpp")
file(GLOB headers "*.h")
2017-08-16 11:21:18 +00:00
add_library(lll ${sources} ${headers})
2017-08-17 13:48:39 +00:00
target_link_libraries(lll PUBLIC evmasm devcore)