From f5187966578d10ae75c53c78cf5b146ac079aab5 Mon Sep 17 00:00:00 2001 From: Patrix Date: Wed, 14 Apr 2021 20:46:13 +0200 Subject: [PATCH] Replaced GLOB_RECURSE with GLOB in CMakeLists.txt --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e792cfb..e482b65 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.17) project(SqModule) -file(GLOB_RECURSE SRC +file(GLOB SRC "dependencies/squirrel/include/*.h" "dependencies/sqrat/include/*.h" "src/api/squirrel_api.h"