Skip to content

Build on windows: fixed build errors #303

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
rpclib as shared library
  • Loading branch information
Cempl committed Dec 29, 2021
commit 22a1fb64422ce44ca4c25def827c448a9981e6fd
5 changes: 4 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
cmake_minimum_required(VERSION 3.5.1)
project(rpc VERSION 2.3.0)
project(xpx.rpc VERSION 2.3.0)

set(CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake")
set(CMAKE_POSITION_INDEPENDENT_CODE ON)

include(policies)
include(msvc_support)
include(coverage)
include(check_warning_flag)

add_definitions(-w)

#
# Options
#
Expand Down