mirror of
https://github.com/slsdetectorgroup/aare.git
synced 2025-06-12 07:17:13 +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)
|
|
|
|
|