hysteresis_model
Functions
/build/rock-master-18.09-control-hysteresis-model-0.20150522/CMakeLists.txt File Reference

Functions

 cmake_minimum_required (VERSION 2.6) find_package(PkgConfig) pkg_check_modules(BASE_TYPES REQUIRED"base-types") pkg_check_modules(MOTOR_CONTROLLER REQUIRED"motor_controller") ADD_LIBRARY(hysteresis_model SHARED BoucWenHysteresisModel.cpp BoucWenHysteresisModel.hpp) target_link_libraries(hysteresis_model $
 

Function Documentation

cmake_minimum_required ( VERSION 2.  6)