Skip to content

Commit

Permalink
HOTFIX: Add osconfig.h to doxygen path to resolve references
Browse files Browse the repository at this point in the history
  • Loading branch information
skliper committed Apr 27, 2020
1 parent fb88b53 commit 690576a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmake/mission_build.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,8 @@ function(prepare)

# OSAL API GUIDE include PUBLIC API
file(GLOB MISSION_OSAL_HEADERFILES
"${osal_MISSION_DIR}/src/os/inc/*.h")
"${osal_MISSION_DIR}/src/os/inc/*.h"
"${MISSION_SOURCE_DIR}/cfe/cmake/sample_defs/*osconfig.h")
string(REPLACE ";" " \\\n" MISSION_OSAL_HEADERFILES "${MISSION_OSAL_HEADERFILES}")

configure_file("${CFE_SOURCE_DIR}/cmake/cfe-usersguide.doxyfile.in"
Expand Down

0 comments on commit 690576a

Please sign in to comment.