Skip to content

Commit

Permalink
add PROJECT_VERSION to CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannes Pohl committed Nov 13, 2017
1 parent e40f074 commit ff574d0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ project(popl_example)

set(CMAKE_CXX_STANDARD 11)
set(CMAKE_CXX_EXTENSIONS OFF)
set(PROJECT_VERSION "1.0.0")


include_directories(
"include"
Expand Down

0 comments on commit ff574d0

Please sign in to comment.