PROJECT(evapporate) # Pull in the macros for using CUTer with cmake. #INCLUDE(${CUTer_SOURCE_DIR}/CUTer.cmake) # We'll need all of the .h files in our path for building INCLUDE_DIRECTORIES(BEFORE ${CMAKE_BINARY_DIR} ${evapporate_SOURCE_DIR} ${evapporate_SOURCE_DIR}/include /usr/include/ClearSilver) add_subdirectory(libevapp) add_subdirectory(libevapp_util) add_subdirectory(libevapp_scaffold) add_subdirectory(boiler)