mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 18:31:15 +08:00
Update CMakeLists.txt
This commit is contained in:
parent
b6ae5627aa
commit
c83fbc2cc6
@ -3,6 +3,9 @@ project(leveldb C CXX)
|
||||
|
||||
option(INSTALL_HEADERS "Install header files" ON)
|
||||
|
||||
set(CMAKE_CXX_STANDARD 11)
|
||||
set(CMAKE_CXX_STANDARD_REQUIRED ON)
|
||||
|
||||
IF (MSVC)
|
||||
add_definitions(
|
||||
-DWIN32
|
||||
|
Loading…
x
Reference in New Issue
Block a user