Commit a78f4577ad8d20da6cb0a6cd652bedba44f886d0

Authored by Jojo-1000
Committed by Moritz Wirger
1 parent b0de8594

Add version 1.0.0 to cmake project.

Showing 1 changed file with 1 additions and 1 deletions
CMakeLists.txt
@@ -9,7 +9,7 @@ endif() @@ -9,7 +9,7 @@ endif()
9 # Add cmake dir to module path, so Find*.cmake can be found 9 # Add cmake dir to module path, so Find*.cmake can be found
10 set(CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake" ${CMAKE_MODULE_PATH}) 10 set(CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake" ${CMAKE_MODULE_PATH})
11 11
12 -project(hueplusplus LANGUAGES CXX) 12 +project(hueplusplus VERSION 1.0.0 LANGUAGES CXX)
13 13
14 # check whether hueplusplus is compiled directly or included as a subdirectory 14 # check whether hueplusplus is compiled directly or included as a subdirectory
15 if(NOT DEFINED hueplusplus_master_project) 15 if(NOT DEFINED hueplusplus_master_project)