aboutsummaryrefslogtreecommitdiffstats
path: root/liblll/CMakeLists.txt
blob: ceaeb6cf2e65d798c04348b4a4c107efcd5e1c32 (plain) (blame)
1
2
3
4
5
6
file(GLOB sources "*.cpp")
file(GLOB headers "*.h")

add_library(lll ${sources} ${headers})
target_link_libraries(lll PUBLIC evmasm)
target_include_directories(lll PUBLIC ..)