solidity/lllc/CMakeLists.txt
2017-08-18 13:32:36 +02:00

4 lines
71 B
CMake

add_executable(lllc main.cpp)
target_link_libraries(lllc PRIVATE lll)