2020-10-30 12:31:16 +01:00
|
|
|
project(ResultStatisticsCache)
|
2015-05-11 13:25:05 +02:00
|
|
|
|
2020-10-30 12:31:16 +01:00
|
|
|
add_library(
|
|
|
|
|
${PROJECT_NAME}
|
|
|
|
|
RigStatisticsCalculator.h RigStatisticsCalculator.cpp
|
|
|
|
|
RigStatisticsDataCache.h RigStatisticsDataCache.cpp RigStatisticsMath.h
|
2021-09-01 08:13:16 +02:00
|
|
|
RigStatisticsMath.cpp
|
|
|
|
|
)
|
2015-05-11 13:25:05 +02:00
|
|
|
|
2020-10-30 12:31:16 +01:00
|
|
|
target_include_directories(${PROJECT_NAME} PUBLIC ${CMAKE_CURRENT_SOURCE_DIR})
|
2018-02-27 19:05:04 +01:00
|
|
|
|
2023-04-25 13:14:26 +02:00
|
|
|
target_link_libraries(${PROJECT_NAME} LibCore ApplicationLibCode)
|
2018-02-27 19:05:04 +01:00
|
|
|
|
|
|
|
|
source_group("" FILES ${PROJECT_FILES})
|