mirror of
https://github.com/slsdetectorgroup/aare.git
synced 2025-06-23 11:57:58 +02:00
add logger class (#29)
* add logger class * add LOCATION macro for logger * added printing in files
This commit is contained in:
@ -98,11 +98,12 @@ endif()
|
||||
|
||||
add_subdirectory(core)
|
||||
add_subdirectory(file_io)
|
||||
add_subdirectory(utils)
|
||||
|
||||
|
||||
#Overall target to link to when using the library
|
||||
add_library(aare INTERFACE)
|
||||
target_link_libraries(aare INTERFACE core file_io)
|
||||
target_link_libraries(aare INTERFACE core file_io utils)
|
||||
target_include_directories(aare INTERFACE
|
||||
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>
|
||||
$<INSTALL_INTERFACE:include>
|
||||
|
Reference in New Issue
Block a user