diff options
-rwxr-xr-x | CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 06d4bc9..7a54535 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,9 +3,9 @@ PROJECT(device-manager-artik C) SET(PREFIX ${CMAKE_INSTALL_PREFIX}) -ADD_SUBDIRECTORY(hw/battery) +#ADD_SUBDIRECTORY(hw/battery) ADD_SUBDIRECTORY(hw/display) -ADD_SUBDIRECTORY(hw/external_connection) +#ADD_SUBDIRECTORY(hw/external_connection) ADD_SUBDIRECTORY(hw/touchscreen) ADD_SUBDIRECTORY(hw/usb_gadget) ADD_SUBDIRECTORY(hw/usb_client) |