Remove executable flag from non-executable files
[platform/adaptation/tw3/device-manager-plugin-tw3.git] / CMakeLists.txt
1 CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
2 PROJECT(device-manager-tw3 C)
3
4 SET(PREFIX ${CMAKE_INSTALL_PREFIX})
5
6 ADD_SUBDIRECTORY(hw/battery)
7 ADD_SUBDIRECTORY(hw/display)
8 ADD_SUBDIRECTORY(hw/external_connection)
9 ADD_SUBDIRECTORY(hw/touchscreen)
10 ADD_SUBDIRECTORY(hw/usb_gadget)
11 ADD_SUBDIRECTORY(hw/usb_client)
12 ADD_SUBDIRECTORY(hw/thermal)