We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ac5305a + 6677aea commit 96e7b29Copy full SHA for 96e7b29
1 file changed
CMakeLists.txt
@@ -1,5 +1,5 @@
1
cmake_minimum_required(VERSION 3.16)
2
-project(UUtils VERSION 1.1.0 LANGUAGES CXX C)
+project(UUtils VERSION 1.1.1 HOMEPAGE_URL "https://github.com/UPPAALModelChecker/UUtils" LANGUAGES CXX C)
3
include(CMakePackageConfigHelpers)
4
include(GNUInstallDirs)
5
@@ -11,11 +11,9 @@ endif(TESTING)
11
set(CMAKE_CXX_STANDARD 20)
12
cmake_policy(SET CMP0048 NEW) # project() command manages VERSION variables
13
14
-
15
set(MODULES base debug hash io)
16
include_directories("include")
17
18
19
foreach(MODULE ${MODULES})
20
add_subdirectory("src/${MODULE}")
21
if(TESTING)
0 commit comments