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