7337054d
a4e46e66
99d198ff
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)