project(FoundationEx) add_library( FoundationEx STATIC Reader.cpp Text.cpp Utils.cpp ) target_include_directories( FoundationEx PUBLIC . )