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



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

add_library(devcore ${sources} ${headers})
target_link_libraries(devcore PRIVATE ${Boost_FILESYSTEM_LIBRARIES} ${Boost_REGEX_LIBRARIES} ${Boost_SYSTEM_LIBRARIES} ${CMAKE_THREAD_LIBS_INIT})
target_include_directories(devcore SYSTEM PUBLIC ${Boost_INCLUDE_DIRS})
target_include_directories(devcore PUBLIC "${CMAKE_SOURCE_DIR}")
add_dependencies(devcore solidity_BuildInfo.h)