mirror of
https://github.com/lubosz/overte.git
synced 2025-04-13 20:06:16 +02:00
Fix CMake to find ATL on Windows build PC
This commit is contained in:
parent
e514f345e1
commit
844be60f18
1 changed files with 1 additions and 0 deletions
|
@ -49,6 +49,7 @@ endforeach(SUBDIR)
|
|||
# Add SpeechRecognizer if on Windows or OS X, otherwise remove
|
||||
if (WIN32)
|
||||
# Use .cpp and .h files as is.
|
||||
find_package(ATL)
|
||||
elseif (APPLE)
|
||||
file(GLOB INTERFACE_OBJCPP_SRCS "src/SpeechRecognizer.mm")
|
||||
set(INTERFACE_SRCS ${INTERFACE_SRCS} ${INTERFACE_OBJCPP_SRCS})
|
||||
|
|
Loading…
Reference in a new issue