7 lines
87 B
CMake
7 lines
87 B
CMake
file(
|
|
GLOB_RECURSE
|
|
FILES
|
|
"*.h"
|
|
)
|
|
|
|
set(INCLUDE_FILES ${FILES} PARENT_SCOPE)
|