~ricmm/platform-api/guards-for-null-sensors

« back to all changes in this revision

Viewing changes to CMakeLists.txt

* Add headers for new refactored platform API
* Implement new API for Android/hybris backend
* Implement lifecycle iteration 0 delegates infrastructure
* Do away with all old public headers and use only the new API.

Approved by Michael Frey, Ricardo Salveti, Thomas Voß, PS Jenkins bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
                                 LIBRARY DESTINATION "${LIB_INSTALL_DIR}"
10
10
                                 ARCHIVE DESTINATION "${LIB_INSTALL_DIR}")
11
11
 
12
 
include_directories(include/)
13
 
include_directories(android/include/)
 
12
include_directories(include)
 
13
include_directories(android/include)
14
14
 
15
15
add_subdirectory(src/)
16
16
add_subdirectory(include/)