[lib] reorganize the source files of libfabrickey

This commit is contained in:
tangxifan 2023-07-03 15:02:23 -07:00
parent dd3a0c799c
commit 1b9aeab2a7
8 changed files with 2 additions and 2 deletions

View File

@ -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