init
This commit is contained in:
8
TLE5012B/CMakeLists.txt
Normal file
8
TLE5012B/CMakeLists.txt
Normal file
@@ -0,0 +1,8 @@
|
||||
cmake_minimum_required(VERSION 3.22)
|
||||
# Register library to the system
|
||||
add_library(TLE5012B INTERFACE)
|
||||
file(GLOB_RECURSE SOURCES "${CMAKE_CURRENT_LIST_DIR}/*.c")
|
||||
target_sources(TLE5012B INTERFACE ${SOURCES})
|
||||
target_include_directories(TLE5012B INTERFACE
|
||||
include
|
||||
)
|
||||
Reference in New Issue
Block a user