upm/src/pulsensor/CMakeLists.txt
Noel Eck f97a62b055 Threading: Scrubbed usage of threading in libraries
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>
2018-01-22 16:47:42 -08:00

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})