From fece10c895fbbd80d629aaf6f61e40e3fca37a29 Mon Sep 17 00:00:00 2001 From: Dario Date: Sun, 7 Jun 2020 17:23:26 +0200 Subject: [PATCH] change casing for visual studio to show the same casing like in folder system to prevent writing wrong includes --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5dab7c6c0..2ecc32400 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -52,7 +52,7 @@ source_group("controller" FILES ${CONTROLLER}) source_group("proto\\gradido" FILES ${PROTO_GRADIDO}) source_group("proto\\hedera" FILES ${PROTO_HEDERA}) source_group("tinf" FILES ${TINF}) -source_group("crypto" FILES ${CRYPTO}) +source_group("Crypto" FILES ${CRYPTO}) source_group("tasks" FILES ${TASKS}) source_group("model\\table" FILES ${MODEL_TABLE}) source_group("model\\email" FILES ${MODEL_EMAIL})