summaryrefslogtreecommitdiff
path: root/examples/device/hid_multiple_interface/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'examples/device/hid_multiple_interface/CMakeLists.txt')
-rw-r--r--examples/device/hid_multiple_interface/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/device/hid_multiple_interface/CMakeLists.txt b/examples/device/hid_multiple_interface/CMakeLists.txt
index abc4d91da..438635958 100644
--- a/examples/device/hid_multiple_interface/CMakeLists.txt
+++ b/examples/device/hid_multiple_interface/CMakeLists.txt
@@ -23,6 +23,9 @@ target_include_directories(${PROJECT} PUBLIC
${CMAKE_CURRENT_SOURCE_DIR}/src
)
+# Example common such as compiler warnings
+include(${CMAKE_CURRENT_SOURCE_DIR}/../../example.cmake)
+
# Configure compilation flags and libraries for the example... see the corresponding function
# in hw/bsp/FAMILY/family.cmake for details.
family_configure_device_example(${PROJECT}) \ No newline at end of file