mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01:00
Add include directory for Windows ATL
This commit is contained in:
parent
38524b3349
commit
b32b82207b
1 changed files with 2 additions and 1 deletions
|
@ -53,7 +53,8 @@ endforeach(SUBDIR)
|
|||
# Add SpeechRecognizer if on Windows or OS X, otherwise remove
|
||||
if (WIN32)
|
||||
# Use .cpp and .h files as is.
|
||||
find_package(ATL)
|
||||
find_package(ATL REQUIRED)
|
||||
include_directories(SYSTEM ${ATL_INCLUDE_DIRS})
|
||||
elseif (APPLE)
|
||||
file(GLOB INTERFACE_OBJCPP_SRCS "src/SpeechRecognizer.mm")
|
||||
set(INTERFACE_SRCS ${INTERFACE_SRCS} ${INTERFACE_OBJCPP_SRCS})
|
||||
|
|
Loading…
Reference in a new issue