project(OpenMMZephyr) cmake_minimum_required(VERSION 2.6 FATAL_ERROR) # Staging area is where not-installed-yet python files will go. set(ZEPHYR_STAGING_DIR "${CMAKE_BINARY_DIR}/staging") file(MAKE_DIRECTORY "${ZEPHYR_STAGING_DIR}") add_subdirectory(zephyr)