Skip to content

Commit

Permalink
Split fpp-input-list to import and source
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-bc committed Oct 10, 2023
1 parent f797734 commit 5e8730c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmake/autocoder/fpp.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,8 @@ function(fpp_setup_autocode AC_INPUT_FILES)
list(APPEND GENERATED_CPP "${GENERATED}")
endif()
endforeach()
file(WRITE "${CMAKE_CURRENT_BINARY_DIR}/fpp-input-list" "${FPP_IMPORTS};${AC_INPUT_FILES}")
file(WRITE "${CMAKE_CURRENT_BINARY_DIR}/fpp-import-list" "${FPP_IMPORTS}")
file(WRITE "${CMAKE_CURRENT_BINARY_DIR}/fpp-source-list" "${AC_INPUT_FILES}")
# Add in steps for Ai.xml generation
if (GENERATED_AI)
add_custom_command(
Expand Down

0 comments on commit 5e8730c

Please sign in to comment.