about summary refs log tree commit diff stats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2016-04-17 13:46:53 -0400
committerKelly Rauchenberger <fefferburbia@gmail.com>2016-04-17 13:46:53 -0400
commit62287325587649ee62188522a1cb429c53edff72 (patch)
tree354a36777b638c7079cc6836ce530aff2c9ad3ab /CMakeLists.txt
parentada595af96411dc18298389cbe1d13ccda3a2b0a (diff)
downloadwordplay-62287325587649ee62188522a1cb429c53edff72.tar.gz
wordplay-62287325587649ee62188522a1cb429c53edff72.tar.bz2
wordplay-62287325587649ee62188522a1cb429c53edff72.zip
Updated verbly and fixed perfect rhyming
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 0ef9832..a10537e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt
@@ -1,4 +1,4 @@
1cmake_minimum_required (VERSION 2.6) 1cmake_minimum_required (VERSION 3.1)
2project (wordplay) 2project (wordplay)
3 3
4find_package(PkgConfig) 4find_package(PkgConfig)