diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index b9f3335..d411952 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -1,3 +1,3 @@ idf_component_register(SRCS_DIRS "." - PRIV_INCLUDE_DIRS "." - PRIV_REQUIRES unity relay_chn) \ No newline at end of file + INCLUDE_DIRS "." + REQUIRES unity relay_chn) \ No newline at end of file