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

@@ -7,4 +7,3 @@ target_include_directories(speechPlayer PUBLIC include)
if(NOT MSVC)
target_compile_options(speechPlayer PRIVATE "-fPIC")
endif()
install(TARGETS speechPlayer ARCHIVE)

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

@@ -7,4 +7,3 @@ add_library(ucd STATIC
src/tostring.c
)
target_include_directories(ucd PUBLIC src/include)
install(TARGETS ucd ARCHIVE)

Loading…
Cancel
Save