mirror of
https://github.com/eclipse/upm.git
synced 2025-06-12 08:10:24 +03:00

Removed include for pthreads from libraries where it appears NOT to be used. Added ${CMAKE_THREAD_LIBS_INIT} to CMakeLists.txt for libraries which appear to require threading. Signed-off-by: Noel Eck <noel.eck@intel.com>
6 lines
181 B
CMake
6 lines
181 B
CMake
set (libname "pulsensor")
|
|
set (libdescription "3-wire Pulse Sensor")
|
|
set (module_src ${libname}.cxx)
|
|
set (module_hpp ${libname}.hpp)
|
|
upm_module_init(mraa ${CMAKE_THREAD_LIBS_INIT})
|