initial commit
This commit is contained in:
9
third_party/libhv/scripts/libhv.cmake
vendored
Executable file
9
third_party/libhv/scripts/libhv.cmake
vendored
Executable file
@@ -0,0 +1,9 @@
|
||||
set(CMAKE_C_COMPILER $CC)
|
||||
set(CMAKE_CXX_COMPILER $CXX)
|
||||
|
||||
set(CMAKE_SYSTEM_NAME $HV_TARGET_OS)
|
||||
set(CMAKE_SYSTEM_PROCESSOR $HV_TARGET_ARCH)
|
||||
|
||||
if(WIN32)
|
||||
add_definitions(-D_WIN32_WINNT=0x600)
|
||||
endif()
|
||||
Reference in New Issue
Block a user