zyfeier commented on code in PR #9959:
URL: https://github.com/apache/nuttx/pull/9959#discussion_r1279286460


##########
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:
   this include_directories is for target_sources(sim_head PUBLIC sim_head.c 
sim_doirq.c)



-- 
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]

Reply via email to