~flatcapmonty/+junk/hello-packaging

« back to all changes in this revision

Viewing changes to cmake/CMakeLists.txt

  • Committer: flatcapmonty at gmail
  • Date: 2016-02-05 17:44:54 UTC
  • Revision ID: flatcapmonty@gmail.com-20160205174454-lh6t9pu7h1oxymj3
cmake

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
project (cmake-elementary)
 
2
cmake_minimum_required (VERSION 2.8.9)
 
3
 
 
4
file (GLOB_RECURSE SRC_FILES "src/*.cmake")
 
5
 
 
6
install (FILES ${SRC_FILES} DESTINATION ${CMAKE_ROOT}/Modules/)