[lib] reorganize the source files of libfabrickey
This commit is contained in:
parent
dd3a0c799c
commit
1b9aeab2a7
|
@ -3,8 +3,8 @@ cmake_minimum_required(VERSION 3.9)
|
|||
project("libfabrickey")
|
||||
|
||||
file(GLOB_RECURSE EXEC_SOURCES test/*.cpp)
|
||||
file(GLOB_RECURSE LIB_SOURCES src/*.cpp)
|
||||
file(GLOB_RECURSE LIB_HEADERS src/*.h)
|
||||
file(GLOB_RECURSE LIB_SOURCES src/*/*.cpp)
|
||||
file(GLOB_RECURSE LIB_HEADERS src/*/*.h)
|
||||
files_to_dirs(LIB_HEADERS LIB_INCLUDE_DIRS)
|
||||
|
||||
#Remove test executable from library
|
||||
|
|
Loading…
Reference in New Issue