file(GLOB_RECURSE INCA_SRC *.cpp *.h)

add_library(appinca-lib STATIC ${INCA_SRC})
set_target_properties(appinca-lib PROPERTIES OUTPUT_NAME appinca)
