cmake_minimum_required(VERSION 2.6) add_subdirectory(reader) add_subdirectory(importer) add_subdirectory(writer) add_subdirectory(exporter)