~elementary-pantheon/cerbere/master

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: Cody Garver
  • Author(s): Alexander T Hale
  • Date: 2017-11-18 23:50:23 UTC
  • Revision ID: git-v1:6ef09f29d4665d97ebc66422727af8a68394595d
Remove unused make dist (#17)

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
 
11
11
set (VERSION "0.2.2")
12
12
 
13
 
# Add 'make dist' command for creating release tarball
14
 
set (CPACK_PACKAGE_VERSION ${VERSION})
15
 
set (CPACK_SOURCE_GENERATOR "TGZ")
16
 
set (CPACK_SOURCE_PACKAGE_FILE_NAME "${CMAKE_PROJECT_NAME}-${CPACK_PACKAGE_VERSION}")
17
 
set (CPACK_SOURCE_IGNORE_FILES "/build/;/.git/;/.gitignore;~$;${CPACK_SOURCE_IGNORE_FILES}")
18
 
 
19
 
include (CPack)
20
 
add_custom_target (dist COMMAND ${CMAKE_MAKE_PROGRAM} package_source)
21
 
 
22
13
add_subdirectory (src)
23
14
add_subdirectory (data)