Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
Seminar-HFO
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Shashank Suhas
Seminar-HFO
Commits
c20aff2f
Commit
c20aff2f
authored
Jul 04, 2016
by
Matthew Hausknecht
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated cmakelists.
parent
7504dec7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
CMakeLists.txt
CMakeLists.txt
+1
-1
No files found.
CMakeLists.txt
View file @
c20aff2f
...
@@ -22,7 +22,6 @@ ExternalProject_Add(rcssserver
...
@@ -22,7 +22,6 @@ ExternalProject_Add(rcssserver
ExternalProject_Get_Property
(
rcssserver SOURCE_DIR
)
ExternalProject_Get_Property
(
rcssserver SOURCE_DIR
)
include_directories
(
${
SOURCE_DIR
}
/rcssbase
${
SOURCE_DIR
}
/src
)
include_directories
(
${
SOURCE_DIR
}
/rcssbase
${
SOURCE_DIR
}
/src
)
ExternalProject_Get_Property
(
rcssserver BINARY_DIR
)
ExternalProject_Get_Property
(
rcssserver BINARY_DIR
)
link_directories
(
${
BINARY_DIR
}
/lib
)
set
(
RCSSSERVER_BINARY_DIR
${
BINARY_DIR
}
/bin
)
set
(
RCSSSERVER_BINARY_DIR
${
BINARY_DIR
}
/bin
)
ExternalProject_Add
(
librcsc
ExternalProject_Add
(
librcsc
...
@@ -39,6 +38,7 @@ link_directories(${BINARY_DIR}/lib)
...
@@ -39,6 +38,7 @@ link_directories(${BINARY_DIR}/lib)
set
(
LIBRCSC_LINK_DIR
${
BINARY_DIR
}
/lib
)
set
(
LIBRCSC_LINK_DIR
${
BINARY_DIR
}
/lib
)
if
(
BUILD_SOCCERWINDOW
)
if
(
BUILD_SOCCERWINDOW
)
find_package
(
Qt4 REQUIRED COMPONENTS QTCORE QTGUI QTNETWORK
)
ExternalProject_Add
(
soccerwindow2
ExternalProject_Add
(
soccerwindow2
DEPENDS librcsc
DEPENDS librcsc
GIT_REPOSITORY
"https://github.com/mhauskn/soccerwindow2.git"
GIT_REPOSITORY
"https://github.com/mhauskn/soccerwindow2.git"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment