aboutsummaryrefslogblamecommitdiffstatshomepage
path: root/utils/libservice/CMakeLists.txt
blob: 720a44b079a1a2d0b5c58797efca53a10847f2d3 (plain) (tree)
1
2
3
4
5
6
7
8
9





                                                     

                      
                       
file(GLOB libservice_sources "src/*.cpp")
file(GLOB_RECURSE libservice_headers "include/*.hpp")
add_library(libservice
    ${libservice_sources}
    ${libservice_headers})
target_include_directories(libservice PUBLIC include)

add_subdirectory(test)
add_subdirectory(utils)