~writer-devs/writer/trunk

« back to all changes in this revision

Viewing changes to cmake/CMakeLists.txt

  • Committer: harp37 at gmail
  • Date: 2014-11-25 00:55:20 UTC
  • mto: This revision was merged to the branch mainline in revision 70.
  • Revision ID: harp37@gmail.com-20141125005520-6ax4j204vr1bby2i
CMake is nearly there.

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