mirror of
https://github.com/debauchee/barrier.git
synced 2026-02-09 05:13:36 +08:00
fixed: arch headers not included on windows
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user