From 094f2597ad2abf1e96ee9e9d320668383e38c0b3 Mon Sep 17 00:00:00 2001
From: Tobias Frisch <tfrisch@uni-koblenz.de>
Date: Tue, 11 May 2021 12:09:05 +0200
Subject: [PATCH] [#24] Fixed sources in cmake

Signed-off-by: Tobias Frisch <tfrisch@uni-koblenz.de>
---
 config/Sources.cmake | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/Sources.cmake b/config/Sources.cmake
index b2a9fa10..80fa3a09 100644
--- a/config/Sources.cmake
+++ b/config/Sources.cmake
@@ -1,7 +1,7 @@
 
 # adding all source files and header files of the framework:
 set(vkcv_sources
-		${vkcv_source}/vkcv/Context.hpp
+		${vkcv_include}/vkcv/Context.hpp
 		${vkcv_source}/vkcv/Context.cpp
 
 		${vkcv_include}/vkcv/Core.hpp
-- 
GitLab