Add the C++ wrapper to the static library
This commit is contained in:
parent
2e5cdba275
commit
c43a17c432
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ target_link_libraries (sfizz_parser PUBLIC absl::strings)
|
|||
|
||||
# Sfizz static library
|
||||
add_library(sfizz_static STATIC)
|
||||
target_sources(sfizz_static PRIVATE ${SFIZZ_SOURCES} sfizz/sfizz_wrapper.cpp)
|
||||
target_sources(sfizz_static PRIVATE ${SFIZZ_SOURCES} sfizz/sfizz_wrapper.cpp sfizz/sfizz.cpp)
|
||||
target_include_directories (sfizz_static PUBLIC .)
|
||||
target_include_directories (sfizz_static PUBLIC external)
|
||||
target_link_libraries (sfizz_static PUBLIC absl::strings absl::span)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue