mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
Added tinkerforge as local dependency
Former-commit-id: b739eba0676d9c105416d9040ffbe78b2dc4bfbd
This commit is contained in:
14
dependencies/build/tinkerforge/CMakeLists.txt
vendored
Normal file
14
dependencies/build/tinkerforge/CMakeLists.txt
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
project(tinkerforge)
|
||||
|
||||
# define the current source/header path
|
||||
set(CURRENT_HEADER_DIR ${CMAKE_SOURCE_DIR}/dependencies/include/tinkerforge)
|
||||
set(CURRENT_SOURCE_DIR ${CMAKE_SOURCE_DIR}/dependencies/build/tinkerforge)
|
||||
|
||||
include_directories(${CURRENT_HEADER_DIR})
|
||||
|
||||
add_library(tinkerforge
|
||||
${CURRENT_HEADER_DIR}/bricklet_led_strip.h
|
||||
${CURRENT_HEADER_DIR}/ip_connection.h
|
||||
|
||||
${CURRENT_SOURCE_DIR}/bricklet_led_strip.c
|
||||
${CURRENT_SOURCE_DIR}/ip_connection.c)
|
Reference in New Issue
Block a user