~xapantu/audience/pantheon-submarine

« back to all changes in this revision

Viewing changes to cmake/CMakeLists.txt

  • Committer: John Guerreiro
  • Date: 2015-08-04 15:53:13 UTC
  • Revision ID: johngr@tuta.io-20150804155313-bq782ibg4gh65z14
Added Base Files

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
### CMakeLists automatically created with AutoVala
 
2
### Do not edit
 
3
 
 
4
IF(IS_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/)
 
5
        install(DIRECTORY
 
6
                ${CMAKE_CURRENT_SOURCE_DIR}/
 
7
        DESTINATION
 
8
                share/autovala/cmake
 
9
        )
 
10
ELSE()
 
11
        install(FILES
 
12
                ${CMAKE_CURRENT_SOURCE_DIR}/
 
13
        DESTINATION
 
14
                share/autovala/cmake
 
15
        )
 
16
ENDIF()
 
17