Skip to content

Commit

Permalink
Add c_wrapper.h to the library headers [skip-ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
lpugin committed Feb 29, 2024
1 parent 34eeaf6 commit c708a89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -178,9 +178,9 @@ if (BUILD_AS_LIBRARY OR BUILD_AS_ANDROID_LIBRARY)
if(WIN32)
add_definitions(-DCMAKE_WINDOWS_EXPORT_ALL_SYMBOLS)
endif()
add_library(verovio SHARED ../tools/c_wrapper.cpp ${all_SRC})
add_library(verovio SHARED "../tools/c_wrapper.cpp" ${all_SRC})
# list all headers to be copied for all installation
file(GLOB_RECURSE all_HEADERS "../include/*/*.h*" "../libmei/*/*.h*")
file(GLOB_RECURSE all_HEADERS "../include/*/*.h*" "../libmei/*/*.h*" "../tools/c_wrapper.h")

###########
# WASM BC #
Expand Down

0 comments on commit c708a89

Please sign in to comment.