9 lines
No EOL
112 B
CMake
9 lines
No EOL
112 B
CMake
file(
|
|
GLOB_RECURSE
|
|
FILES
|
|
"*.h"
|
|
)
|
|
|
|
set(INCLUDE_FILES ${FILES} PARENT_SCOPE)
|
|
|
|
add_subdirectory(ikarus) |