|
|
@@ -1,9 +1,6 @@
|
|
|
-set(COMPONENT_SRCS "ref_clock.c"
|
|
|
- "test_runner.c"
|
|
|
- "test_utils.c")
|
|
|
-set(COMPONENT_ADD_INCLUDEDIRS include)
|
|
|
-
|
|
|
-set(COMPONENT_REQUIRES spi_flash idf_test unity)
|
|
|
-
|
|
|
-register_component()
|
|
|
+idf_component_register(SRCS "ref_clock.c"
|
|
|
+ "test_runner.c"
|
|
|
+ "test_utils.c"
|
|
|
+ INCLUDE_DIRS include
|
|
|
+ REQUIRES spi_flash idf_test unity)
|
|
|
|