add_library(lib_core
        analyze_data.cpp analyze_data.h
        myMain.cpp myMain.h
)

target_include_directories(lib_core PUBLIC ./)
