aboutsummaryrefslogtreecommitdiff
path: root/Source/ablastr/utils/CMakeLists.txt
blob: 6c1f0302dceccf72d823298d7def69892550ed01 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
target_sources(ablastr
  PRIVATE
    Communication.cpp
    SignalHandling.cpp
    TextMsg.cpp
    UsedInputsFile.cpp
)

add_subdirectory(msg_logger)
add_subdirectory(timer)