Skip to content

Commit

Permalink
cmake: user configurable version
Browse files Browse the repository at this point in the history
  • Loading branch information
frinkr committed Aug 25, 2017
1 parent 41ea57b commit dc303f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion font-tool/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
cmake_minimum_required(VERSION 3.2)
set(APP_NAME font-tool)
set(APP_VERSION "1.2.1")

project(font-tool)

Expand All @@ -10,6 +9,7 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON)
add_compile_options("-Wno-nullability-completeness")

option(BUILD_FREETYPE_HARFBUZZ "Enable building of Freetype and harfbuzz" ON)
set(APP_VERSION "1.0.0" CACHE STRING "The version of the application")

if(BUILD_FREETYPE_HARFBUZZ)

Expand Down

0 comments on commit dc303f8

Please sign in to comment.