Add includepath to telldus-core for plugin Sensors
This commit is contained in:
parent
cb6b3099d5
commit
e7ec37aa60
1 changed files with 3 additions and 0 deletions
|
@ -35,4 +35,7 @@ SET( Plugin_EXTRA
|
|||
SensorValue.qml
|
||||
)
|
||||
|
||||
FIND_PACKAGE(TelldusCore REQUIRED)
|
||||
SET( Plugin_LIBRARIES ${TELLDUSCORE_LIBRARY} )
|
||||
|
||||
INCLUDE( ../TelldusCenterPlugin.cmake NO_POLICY_SCOPE )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue