aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/aggregation/CMakeLists.txt
blob: 6871c9ab358814ad114fcbe331454024f2d8e366 (plain)
1
2
3
4
5
6
add_qtc_library(Aggregation
  DEPENDS Qt5::Core
  SOURCES
    aggregate.cpp aggregate.h
    aggregation_global.h
)