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