Browse Source

cmake: do not install internal libs

master
Yury Popov 2 years ago
parent
commit
524412f52e
No account linked to committer's email address
2 changed files with 0 additions and 2 deletions
  1. 0
    1
      src/speechPlayer/CMakeLists.txt
  2. 0
    1
      src/ucd-tools/CMakeLists.txt

+ 0
- 1
src/speechPlayer/CMakeLists.txt View File

if(NOT MSVC) if(NOT MSVC)
target_compile_options(speechPlayer PRIVATE "-fPIC") target_compile_options(speechPlayer PRIVATE "-fPIC")
endif() endif()
install(TARGETS speechPlayer ARCHIVE)

+ 0
- 1
src/ucd-tools/CMakeLists.txt View File

src/tostring.c src/tostring.c
) )
target_include_directories(ucd PUBLIC src/include) target_include_directories(ucd PUBLIC src/include)
install(TARGETS ucd ARCHIVE)

Loading…
Cancel
Save