| if(NOT MSVC) | if(NOT MSVC) | ||||
| target_compile_options(speechPlayer PRIVATE "-fPIC") | target_compile_options(speechPlayer PRIVATE "-fPIC") | ||||
| endif() | endif() | ||||
| install(TARGETS speechPlayer ARCHIVE) |
| src/tostring.c | src/tostring.c | ||||
| ) | ) | ||||
| target_include_directories(ucd PUBLIC src/include) | target_include_directories(ucd PUBLIC src/include) | ||||
| install(TARGETS ucd ARCHIVE) |