a new beginning
Signed-off-by: Folling <mail@folling.io>
This commit is contained in:
commit
8eb2067318
25 changed files with 1718 additions and 0 deletions
8
include/CMakeLists.txt
Normal file
8
include/CMakeLists.txt
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
file(
|
||||
GLOB_RECURSE
|
||||
FILES
|
||||
"*.h"
|
||||
)
|
||||
|
||||
set(INCLUDE_FILES ${FILES} PARENT_SCOPE)
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue