fixed: arch headers not included on windows
This commit is contained in:
parent
d72aa1e975
commit
8d2de7a9cb
|
@ -23,7 +23,7 @@ endif()
|
|||
|
||||
# arch
|
||||
if (WIN32)
|
||||
file(GLOB arch_headers "awin32/*.h")
|
||||
file(GLOB arch_headers "win32/*.h")
|
||||
file(GLOB arch_sources "win32/*.cpp")
|
||||
elseif (UNIX)
|
||||
file(GLOB arch_headers "unix/*.h")
|
||||
|
|
Loading…
Reference in New Issue