mirror of
https://github.com/fumiama/simple-http-server.git
synced 2026-07-01 18:20:25 +08:00
Update CMakeLists.txt
This commit is contained in:
@@ -9,6 +9,10 @@ ELSE()
|
||||
add_definitions("-DCPUBIT32")
|
||||
ENDIF()
|
||||
|
||||
#在编译选项中加入c99支持
|
||||
add_compile_options(-std=c99)
|
||||
message(STATUS "optional:-std=c99")
|
||||
|
||||
include_directories("/usr/local/include")
|
||||
link_directories("/usr/local/lib")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user