Merge pull request #20 from jpcima/include-parser
Make the parser include absl headers publicly
This commit is contained in:
commit
9c669c3fe0
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ set(SFIZZ_SOURCES ${SFIZZ_SOURCES} ${SFIZZ_SIMD_SOURCES})
|
|||
add_library(sfizz_parser STATIC)
|
||||
target_sources(sfizz_parser PRIVATE Parser.cpp Opcode.cpp)
|
||||
target_include_directories(sfizz_parser PUBLIC .)
|
||||
target_link_libraries(sfizz_parser PRIVATE absl::strings)
|
||||
target_link_libraries(sfizz_parser PUBLIC absl::strings)
|
||||
|
||||
|
||||
add_library(sfizz STATIC ${SFIZZ_SOURCES})
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue