1set(MODULE_NAME DEVICE_TIMER)
2
3set(${MODULE_NAME}_SOURCES
4    main.cpp
5    test_device_timer.cpp
6)
7
8include(../CMakeCommon.txt)
9