drogonCMS-cmake #25

Merged
sharpetronics merged 2 commits from drogonCMS-cmake into master 2024-01-24 17:37:24 -05:00
Showing only changes of commit 2e82e6b5a1 - Show all commits

View File

@ -42,6 +42,8 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON)
# add CPM for C # add CPM for C
include(vendors/cmake/CPM_0.38.7.cmake) include(vendors/cmake/CPM_0.38.7.cmake)
#CPMAddPackage("gh:postgres/postgres#7.1.3")
# This is your project statement. You should always list languages; # This is your project statement. You should always list languages;
# Listing the version is nice here since it sets lots of useful variables # Listing the version is nice here since it sets lots of useful variables
# we removed LANGUAGES C from project to allow for automatic compiler/linker checks; we will use C and C++ libraries for this project. # we removed LANGUAGES C from project to allow for automatic compiler/linker checks; we will use C and C++ libraries for this project.