aboutsummaryrefslogblamecommitdiffstats
path: root/liblll/CMakeLists.txt
blob: 4cdc073a56b909f00c1db43b80cfe2dc7b6b62d9 (plain) (tree)
1
2
3
4
5

                          
 
                                      
                                                
file(GLOB sources "*.cpp")
file(GLOB headers "*.h")

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