| @@ -7,4 +7,3 @@ target_include_directories(speechPlayer PUBLIC include) | |||
| if(NOT MSVC) | |||
| target_compile_options(speechPlayer PRIVATE "-fPIC") | |||
| endif() | |||
| install(TARGETS speechPlayer ARCHIVE) | |||
| @@ -7,4 +7,3 @@ add_library(ucd STATIC | |||
| src/tostring.c | |||
| ) | |||
| target_include_directories(ucd PUBLIC src/include) | |||
| install(TARGETS ucd ARCHIVE) | |||