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