included e-Paper library
cmake still not links but sees includes
This commit is contained in:
6
libs/epaper/Fonts/CMakeLists.txt
Normal file
6
libs/epaper/Fonts/CMakeLists.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
# Find all source files in a single current directory
|
||||
# Save the name to DIR_Fonts_SRCS
|
||||
aux_source_directory(. DIR_Fonts_SRCS)
|
||||
|
||||
# Generate the link library
|
||||
add_library(Fonts ${DIR_Fonts_SRCS})
|
||||
Reference in New Issue
Block a user