
add_library(gFTL_functions INTERFACE)
target_include_directories(gFTL_functions
    INTERFACE 
    ${CMAKE_CURRENT_SOURCE_DIR}
)

