Skip to content

Commit

Permalink
path typo
Browse files Browse the repository at this point in the history
  • Loading branch information
vChavezB authored May 24, 2024
1 parent 51ac3a3 commit fd17102
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ if(CONFIG_IOLINK)

#zephyr_library_sources_ifdef(CONFIG_XX xx)
#target_compile_definitions(${lib_name} PUBLIC MY_DEF="123")
target_include_directories(${lib_name} PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}/dts/bindingS/iolm)
target_include_directories(${lib_name} PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}/dts/bindings/iolm)
target_compile_options(${lib_name} PRIVATE -Wfatal-errors)
endif()


0 comments on commit fd17102

Please sign in to comment.