aboutsummaryrefslogblamecommitdiffstats
path: root/lllc/CMakeLists.txt
blob: 3a5b9c5544ca6af999e0146851a43b172ef2f74f (plain) (tree)
1
2
3
4
5
6
7
8
9

                                

                    

                                                    
 
                                                       
 

                                                
aux_source_directory(. SRC_LIST)

set(EXECUTABLE lllc)

file(GLOB HEADERS "*.h")
add_executable(${EXECUTABLE} ${SRC_LIST} ${HEADERS})

eth_use(${EXECUTABLE} REQUIRED Eth::lll Dev::buildinfo)

install( TARGETS ${EXECUTABLE} DESTINATION bin )