From 7ded63e449609ae2ff5d95479586f4f783a1645b Mon Sep 17 00:00:00 2001 From: Paul Ferrand Date: Sun, 19 Jan 2020 00:29:25 +0100 Subject: [PATCH] Corrected the target name for sfizz_static --- src/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 2483c433..6491d4d9 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -36,7 +36,7 @@ target_link_libraries (sfizz_static PRIVATE sfizz_objects) target_include_directories (sfizz_static PUBLIC .) target_include_directories (sfizz_static PUBLIC external) # Object dependency is not transitive? target_link_libraries (sfizz_static PUBLIC absl::strings absl::span) # Object dependency is not transitive? -sfizz_enable_lto_if_needed(sfizz) +sfizz_enable_lto_if_needed(sfizz_static) add_library (sfizz::parser ALIAS sfizz_parser) add_library (sfizz::sfizz ALIAS sfizz_static)