~elementary-pantheon/contractor/master

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: Cody Garver
  • Date: 2018-05-18 12:03:40 UTC
  • Revision ID: git-v1:d3178bceee5ab6c5ebb448bf431cd7c86dc09b24
Tags: 0.3.3
ReleaseĀ 0.3.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
list(APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake )
7
7
include(GNUInstallDirs)
8
8
 
9
 
set (VERSION "0.3.2")
 
9
set (VERSION "0.3.3")
10
10
 
11
11
add_subdirectory (src)
12
12
add_subdirectory (data)