zyfeier commented on code in PR #9959:
URL: https://github.com/apache/nuttx/pull/9959#discussion_r1279254959
##########
arch/sim/src/sim/CMakeLists.txt:
##########
@@ -234,6 +234,7 @@ endif()
target_include_directories(nuttx PRIVATE ${CMAKE_BINARY_DIR}/include/nuttx)
target_include_directories(nuttx PRIVATE ${CMAKE_CURRENT_LIST_DIR})
+target_include_directories(sim_head PUBLIC ${NUTTX_DIR}/sched)
Review Comment:
Cmake will build fail when not add target include
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]