10 lines
No EOL
119 B
CMake
10 lines
No EOL
119 B
CMake
file(
|
|
GLOB_RECURSE
|
|
FILES
|
|
"*.hpp"
|
|
"*.cpp"
|
|
"*.h"
|
|
"*.c"
|
|
)
|
|
|
|
set(SOURCE_FILES ${FILES} PARENT_SCOPE) |