From c44cde11bc082ae826d388976fd3e2b2248a4220 Mon Sep 17 00:00:00 2001 From: Jessy De Lannoit Date: Wed, 17 May 2023 14:40:28 +0300 Subject: [PATCH] removed unwanted file addition --- core/src.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/core/src.txt b/core/src.txt index e17fb779..ffb1cf30 100644 --- a/core/src.txt +++ b/core/src.txt @@ -108,12 +108,10 @@ if(${PE_GLES}) endif() set(SRC_CPP2 - hello - other ) list(TRANSFORM SRC_CPP2 PREPEND src/) set(SRC_GEN_CPP2 ${SRC_CPP2}) list(TRANSFORM SRC_GEN_CPP2 APPEND .gen.cpp) list(TRANSFORM SRC_CPP2 APPEND .cpp2) -set_source_files_properties(${SRC_GEN_CPP2} PROPERTIES GENERATED 1) \ No newline at end of file +set_source_files_properties(${SRC_GEN_CPP2} PROPERTIES GENERATED 1)