This website works better with JavaScript.
Home
Explore
Sign In
mahta.fetrat
/
HomoFast-eSpeak-Persian
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
cmake: versioned library install
master
Yury Popov
2 years ago
parent
524412f52e
commit
631a8f3fa1
No account linked to committer's email address
1 changed files
with
5 additions
and
0 deletions
Split View
Show Diff Stats
5
0
src/libespeak-ng/CMakeLists.txt
+ 5
- 0
src/libespeak-ng/CMakeLists.txt
View File
@@ -115,4 +115,9 @@ if (MINGW)
target_link_options(espeak-ng PRIVATE "-static-libstdc++" "-static")
endif()
set_target_properties(espeak-ng PROPERTIES
SOVERSION ${PROJECT_VERSION_MAJOR}
VERSION ${PROJECT_VERSION}
)
install(TARGETS espeak-ng LIBRARY)
Write
Preview
Loading…
Cancel
Save