Skip to content

Commit

Permalink
removed unwanted file addition
Browse files Browse the repository at this point in the history
  • Loading branch information
JessyDL committed May 17, 2023
1 parent fe82fc2 commit c44cde1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions core/src.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
set_source_files_properties(${SRC_GEN_CPP2} PROPERTIES GENERATED 1)

0 comments on commit c44cde1

Please sign in to comment.