mirror of
https://github.com/debauchee/barrier.git
synced 2024-11-27 00:42:30 +03:00
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
Block a user