Fix CMake to find ATL on Windows build PC

This commit is contained in:
David Rowe 2014-10-23 14:34:23 -07:00
parent e514f345e1
commit 844be60f18

View file

@ -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})