~ricmm/platform-api/add-location-service-api-take-2

« back to all changes in this revision

Viewing changes to src/ubuntu/CMakeLists.txt

  • Committer: Thomas Voß
  • Date: 2013-07-06 06:53:05 UTC
  • Revision ID: thomas.voss@canonical.com-20130706065305-88erq3gw3bf88rnr
 * Refactored the src folder
 * Added the location service API

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
include_directories(
 
2
  ${CMAKE_CURRENT_SOURCE_DIR}
 
3
)
 
4
 
 
5
add_subdirectory(application)
 
6
 
 
7
set(
 
8
  UBUNTU_APPLICATION_API_LINK_LIBRARIES
 
9
  
 
10
  ubuntu_application_location
 
11
)
 
12
 
 
13
if(ENABLE_HYBRIS_IMPLEMENTATION)
 
14
  add_subdirectory(hybris/)
 
15
endif()
 
16
 
 
17
if(ENABLE_MIRSERVER_IMPLEMENTATION OR ENABLE_MIRCLIENT_IMPLEMENTATION)
 
18
  add_subdirectory(mircommon/)
 
19
endif()
 
20
 
 
21
if(ENABLE_MIRSERVER_IMPLEMENTATION)
 
22
  add_subdirectory(mirserver/)
 
23
endif()
 
24
 
 
25
if(ENABLE_MIRCLIENT_IMPLEMENTATION)
 
26
  add_subdirectory(mirclient/)
 
27
endif()
 
 
b'\\ No newline at end of file'