mirror of
https://github.com/slsdetectorgroup/aare.git
synced 2025-06-11 23:07:14 +02:00
5 lines
120 B
CMake
5 lines
120 B
CMake
add_library(utils STATIC src/logger.cpp)
|
|
target_include_directories(utils PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}/include)
|
|
|
|
|