### # # @file CMakeLists.txt # # @copyright 2009-2014 The University of Tennessee and The University of # Tennessee Research Foundation. All rights reserved. # @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, # Univ. Bordeaux. All rights reserved. # ### # # @project CHAMELEON # CHAMELEON is a software package provided by: # Inria Bordeaux - Sud-Ouest, # Univ. of Tennessee, # King Abdullah Univesity of Science and Technology # Univ. of California Berkeley, # Univ. of Colorado Denver. # # @version 0.9.2 # @author Cedric Castagnede # @author Emmanuel Agullo # @author Mathieu Faverge # @author Florent Pruvost # @date 2012-07-13 # ### cmake_minimum_required(VERSION 2.8) ############################################# # # # Compilation of documentation # # # ############################################# add_subdirectory(doxygen) add_subdirectory(orgmode) ### ### END CMakeLists.txt ###