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: force project includes before libraries
master
Yury Popov
2 years ago
parent
dd029a7bff
commit
31461c0e44
No account linked to committer's email address
1 changed files
with
2 additions
and
0 deletions
Split View
Show Diff Stats
2
0
src/libespeak-ng/CMakeLists.txt
+ 2
- 0
src/libespeak-ng/CMakeLists.txt
View File
@@ -38,6 +38,8 @@ add_library(espeak-ng
espeak_api.c
)
target_include_directories(espeak-ng BEFORE PRIVATE $<TARGET_PROPERTY:espeak-include,INTERFACE_INCLUDE_DIRECTORIES>)
if (NOT MSVC)
target_compile_options(espeak-ng PRIVATE
"-fPIC"
Write
Preview
Loading…
Cancel
Save