Skip to content

Commit

Permalink
fix build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
edocevoli committed Feb 22, 2025
1 parent 57769c5 commit 4723d16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Programs/Converters/gregorio/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -104,13 +104,13 @@ set(gregorio_sources ${gregorio_c_sources})
list(APPEND gregorio_sources
${MIKTEX_LIBRARY_WRAPPER}
${CMAKE_CURRENT_BINARY_DIR}/config_.h
${CMAKE_CURRENT_BINARY_DIR}/gregorio-version.h
${CMAKE_CURRENT_BINARY_DIR}/miktex-gregorio-version.h
)

if(MIKTEX_NATIVE_WINDOWS)
list(APPEND gregorio_sources
${MIKTEX_COMMON_MANIFEST}
${CMAKE_CURRENT_BINARY_DIR}/gregorio.rc
${CMAKE_CURRENT_BINARY_DIR}/windows/miktex-gregorio.rc
)
endif()

Expand Down

0 comments on commit 4723d16

Please sign in to comment.