add_library(mINI INTERFACE)

target_include_directories(mINI
    SYSTEM
    INTERFACE ${CMAKE_CURRENT_SOURCE_DIR}
)

