Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan White <support@dmapps.us>2017-05-06 03:20:27 +0300
committerJonathan White <support@dmapps.us>2017-05-06 03:20:27 +0300
commitaf4f56abfd66458c74df4439eba3775eb2df372d (patch)
tree13433da3f0ada9c9b7830ac09f7b7bfa7903906d /CMakeLists.txt
parent1870b957f57497100599780f923735eaf6e14048 (diff)
Support vscode
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2da138277..d7ef18a6e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -25,6 +25,9 @@ cmake_minimum_required(VERSION 2.8.12)
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${CMAKE_CURRENT_SOURCE_DIR}/cmake)
+# Support Visual Studio Code
+include(CMakeToolsHelpers OPTIONAL)
+
include(CheckCCompilerFlag)
include(CheckCXXCompilerFlag)
include(CheckCXXSourceCompiles)