You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

12 lines
213 B

add_library(utils STATIC
wn_string.cc
wn_utils.cc
)
if(NOT ANDROID)
if(MSVC)
target_link_libraries(utils PUBLIC fst)
else()
target_link_libraries(utils PUBLIC fst dl)
endif()
endif()