Set the absl libraries to public for the Parser target
This commit is contained in:
parent
7377bb62a8
commit
c14fc91557
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ add_library (sfizz_parser STATIC)
|
|||
target_sources (sfizz_parser PRIVATE sfizz/Parser.cpp sfizz/Opcode.cpp sfizz/SfzHelpers.cpp)
|
||||
target_include_directories (sfizz_parser PUBLIC sfizz)
|
||||
target_include_directories (sfizz_parser PUBLIC external)
|
||||
target_link_libraries (sfizz_parser PRIVATE absl::strings)
|
||||
target_link_libraries (sfizz_parser PUBLIC absl::strings)
|
||||
|
||||
# Sfizz static library
|
||||
add_library(sfizz_static STATIC)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue