fixes and external packages demo #26
2
.gitignore
vendored
2
.gitignore
vendored
@ -47,6 +47,8 @@ vendors/drogon/exports/
|
|||||||
vendors/drogon/trantor/Doxyfile.doc_trantor
|
vendors/drogon/trantor/Doxyfile.doc_trantor
|
||||||
vendors/drogon/trantor/TrantorConfigVersion.cmake
|
vendors/drogon/trantor/TrantorConfigVersion.cmake
|
||||||
vendors/drogon/trantor/exports/
|
vendors/drogon/trantor/exports/
|
||||||
|
vendors/database/
|
||||||
|
postgresql-prefix/
|
||||||
|
|
||||||
# https://www.gnu.org/software/libtool/
|
# https://www.gnu.org/software/libtool/
|
||||||
|
|
||||||
|
@ -87,6 +87,22 @@ set(WARNING_LEVELS_GCC_DEBUG
|
|||||||
# Default build type is release
|
# Default build type is release
|
||||||
# Uncomment this to debug or use "cmake -D CMAKE_BUILD_TYPE=debug .."
|
# Uncomment this to debug or use "cmake -D CMAKE_BUILD_TYPE=debug .."
|
||||||
#===============================================================================
|
#===============================================================================
|
||||||
|
# External projects go here i.e. a project that isn't using cmake build
|
||||||
|
#include(ExternalProject)
|
||||||
|
#ExternalProject_Add(PostgreSQL
|
||||||
|
# GIT_REPOSITORY https://github.com/postgres/postgres.git
|
||||||
|
# GIT_TAG REL_16_1
|
||||||
|
# SOURCE_DIR ${CMAKE_SOURCE_DIR}/vendors/database/
|
||||||
|
# CONFIGURE_COMMAND ./configure
|
||||||
|
# CMAKE_ARGS ""
|
||||||
|
# INSTALL_COMMAND ""
|
||||||
|
# BUILD_IN_SOURCE 1
|
||||||
|
# BUILD_COMMAND $(MAKE) MAKELEVEL=0
|
||||||
|
# LOG_CONFIGURE 1
|
||||||
|
# LOG_BUILD 1
|
||||||
|
# LOG_INSTALL 1
|
||||||
|
#)
|
||||||
|
|
||||||
# set(CMAKE_BUILD_TYPE debug)
|
# set(CMAKE_BUILD_TYPE debug)
|
||||||
if(NOT CMAKE_BUILD_TYPE)
|
if(NOT CMAKE_BUILD_TYPE)
|
||||||
set(CMAKE_BUILD_TYPE Debug CACHE STRING
|
set(CMAKE_BUILD_TYPE Debug CACHE STRING
|
||||||
|
Loading…
x
Reference in New Issue
Block a user