Skip to content

Commit

Permalink
Added STORAGE_DIRECTORY to CMakeLists.txt.
Browse files Browse the repository at this point in the history
  • Loading branch information
Neeraj Deshpande committed Jan 22, 2021
1 parent 6a67e7f commit 92ac3da
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

cmake_minimum_required(VERSION 3.3)

project(ThunderNanoServicesRDK)
project(WPEFramework)

set(VERSION_MAJOR 1)
set(VERSION_MINOR 0)
Expand All @@ -34,6 +34,9 @@ endif()

find_package(WPEFramework)

# Library installation location
string(TOLOWER ${NAMESPACE} STORAGE_DIRECTORY)

option(PLUGIN_DEVICEIDENTIFICATION "Include DeviceIdentification plugin" OFF)
option(PLUGIN_DEVICEINFO "Include DeviceInfo plugin" OFF)
option(PLUGIN_LOCATIONSYNC "Include LocationSync plugin" OFF)
Expand Down

0 comments on commit 92ac3da

Please sign in to comment.