mirror of
https://github.com/dptech-corp/Uni-Lab-OS.git
synced 2025-12-15 13:44:39 +00:00
修复linux 64构建问题
This commit is contained in:
@@ -13,6 +13,7 @@ endif()
|
||||
|
||||
if(CMAKE_COMPILER_IS_GNUCXX OR CMAKE_CXX_COMPILER_ID MATCHES "Clang")
|
||||
add_compile_options(-Wall -Wextra -Wpedantic)
|
||||
add_compile_options(-include cstdint)
|
||||
endif()
|
||||
|
||||
# find dependencies
|
||||
|
||||
Reference in New Issue
Block a user