Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
I
ipaaca
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
Looking for advice? Join the
Matrix channel for GitLab users in Bielefeld
!
Show more breadcrumbs
Social Cognitive Systems
ipaaca
Commits
2bd76f80
Commit
2bd76f80
authored
8 years ago
by
Ramin Yaghoubzadeh Torky
Browse files
Options
Downloads
Patches
Plain Diff
cpp: vs2015 build
parent
28d3b030
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ipaacalib/cpp/CMakeLists.txt
+6
-6
6 additions, 6 deletions
ipaacalib/cpp/CMakeLists.txt
ipaacalib/cpp/build.xml
+3
-5
3 additions, 5 deletions
ipaacalib/cpp/build.xml
with
9 additions
and
11 deletions
ipaacalib/cpp/CMakeLists.txt
+
6
−
6
View file @
2bd76f80
...
...
@@ -45,13 +45,13 @@ if(WIN32) # Check if we are on Windows
# On the other hand, if you simply want to use the precompiled rsb from inside
# "rsx" (it works but has no debug info), uncomment the following four lines.
#
include_directories
(
${
PROJECT_SOURCE_DIR
}
/../../../rs
x/RSC-0.14.5-win32
/include/rsc0.14
)
include_directories
(
${
PROJECT_SOURCE_DIR
}
/../../../rs
x/RSB-0.14.2-win32
/include/rsb0.14
)
link_directories
(
${
PROJECT_SOURCE_DIR
}
/../../../rs
x/RSC-0.14.5-win32
/lib
)
link_directories
(
${
PROJECT_SOURCE_DIR
}
/../../../rs
x/RSB-0.14.2-win32
/lib
)
include_directories
(
${
PROJECT_SOURCE_DIR
}
/../../../rs
b-win-scs
/include/rsc0.14
)
include_directories
(
${
PROJECT_SOURCE_DIR
}
/../../../rs
b-win-scs
/include/rsb0.14
)
link_directories
(
${
PROJECT_SOURCE_DIR
}
/../../../rs
b-win-scs
/lib
)
link_directories
(
${
PROJECT_SOURCE_DIR
}
/../../../rs
b-win-scs
/lib
)
#
set(RSBLIBS rsc0.14 rsb0.14)
set
(
RSBLIBS
${
PROJECT_SOURCE_DIR
}
/../../../rsx/RSC-0.14.5-win32/rsc0.14.lib
${
PROJECT_SOURCE_DIR
}
/../../../rsx/RSB-0.14.2-win32/rsb0.14.lib
)
set
(
RSBLIBS rsc0.14 rsb0.14
)
#
set(RSBLIBS ${PROJECT_SOURCE_DIR}/../../../rsx/RSC-0.14.5-win32/rsc0.14.lib ${PROJECT_SOURCE_DIR}/../../../rsx/RSB-0.14.2-win32/rsb0.14.lib )
set
(
LIBS
${
LIBS
}
rpcrt4
)
set
(
Boost_USE_STATIC_LIBS ON
)
...
...
This diff is collapsed.
Click to expand it.
ipaacalib/cpp/build.xml
+
3
−
5
View file @
2bd76f80
...
...
@@ -11,11 +11,6 @@
<target
name=
"-proto-no"
depends=
"check-proto-files"
unless=
"pb.present"
>
<echo
message=
"Compiling protobuf files"
/>
<mkdir
dir=
"${build.dir}/ipaaca"
/>
<exec
executable=
"protoc"
>
<arg
value=
"--proto_path=../proto"
/>
<arg
value=
"../proto/ipaaca.proto"
/>
<arg
value=
"--cpp_out=build/ipaaca/"
/>
</exec>
</target>
<target
name=
"-pre-compilation"
depends=
"-proto-yes,-proto-no"
/>
<target
name=
"-compilation"
depends=
"-build-setup, -pre-compilation"
>
...
...
@@ -23,6 +18,9 @@
<cmake
srcdir=
"${cmake.base.dir}"
bindir=
"${build.dir}"
buildtype=
"Debug"
>
<generator
name=
"Visual Studio 14"
platform=
"windows"
buildargs=
"ALL_BUILD.vcxproj"
>
<variable
name=
"CMAKE_INSTALL_PREFIX"
type=
"PATH"
value=
"../${zip.tmp.dir}"
/>
</generator>
<generator
name=
"Visual Studio 10"
platform=
"windows"
buildargs=
"ALL_BUILD.vcxproj"
>
<variable
name=
"CMAKE_INSTALL_PREFIX"
type=
"PATH"
value=
"../${zip.tmp.dir}"
/>
</generator>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment