Some repositories couldn't be updated, please check application logs for details.
BadCredentialsException: 401 {"message": "Bad credentials", "documentation_url": "https://docs.github.com/rest", "status": "401"}

aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/um/wrappers/simple/CMakeLists.txt
blob: 84f40c52637cb7f88a2936e44973e9d16f80bfd8 (plain) (blame)
1
2
3
4
5
6
7
file(GLOB_RECURSE simple_include "include/*.hpp")
file(GLOB simple_src "src/*.cpp")
add_library(simple ${simple_src} ${simple_include})
target_include_directories(simple PUBLIC include/)
target_link_libraries(simple PUBLIC service)

add_subdirectory(utils)