kopia lustrzana https://github.com/jgromes/RadioLib
Added CMakeLists
rodzic
4be3389587
commit
a9eaf5f2fb
|
@ -0,0 +1,11 @@
|
|||
cmake_minimum_required(VERSION 3.13)
|
||||
|
||||
project(radiolib)
|
||||
|
||||
file(GLOB_RECURSE RADIOLIB_SOURCES
|
||||
"src/*.cpp"
|
||||
)
|
||||
|
||||
add_library(RadioLib ${RADIOLIB_SOURCES})
|
||||
|
||||
target_include_directories(RadioLib PUBLIC "src" "${CMAKE_CURRENT_BINARY_DIR}/include")
|
Ładowanie…
Reference in New Issue