We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 332cd10 commit fd4a964Copy full SHA for fd4a964
.gitignore
@@ -1,4 +1,6 @@
1
*.user*
2
.scannerwork
3
.idea
4
+.cache
5
+.vscode
6
*build*
CMakeLists.txt
@@ -42,7 +42,7 @@ if(NOT DEFINED CORE_MASTER_PROJECT)
42
endif()
43
44
45
-project(modern.cpp.core VERSION 0.6.2 DESCRIPTION "Modern C++ Core" HOMEPAGE_URL "https://vxapps.com" LANGUAGES C CXX)
+project(modern.cpp.core VERSION 0.6.3 DESCRIPTION "Modern C++ Core" HOMEPAGE_URL "https://vxapps.com" LANGUAGES C CXX)
46
include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/env.cmake)
47
include(${CMAKE}/checks.cmake)
48
if(CORE_MASTER_PROJECT AND CMAKE_BUILD_TYPE STREQUAL Debug)
0 commit comments