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
dabbd6a9
Commit
dabbd6a9
authored
Feb 17, 2015
by
Matthew Hausknecht
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove print.
parent
c37f03df
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
CMakeLists.txt
CMakeLists.txt
+2
-3
No files found.
CMakeLists.txt
View file @
dabbd6a9
...
...
@@ -2,8 +2,8 @@ cmake_minimum_required(VERSION 2.8.3)
project
(
hfo
)
set
(
SOURCE_DIR
${
CMAKE_CURRENT_SOURCE_DIR
}
/src
)
SET
(
LIBRCSC_INCLUDE ~/.local/include
)
SET
(
LIBRCSC_LINK ~/.local/lib
)
set
(
LIBRCSC_INCLUDE ~/.local/include
)
set
(
LIBRCSC_LINK ~/.local/lib
)
include_directories
(
${
SOURCE_DIR
}
...
...
@@ -17,7 +17,6 @@ link_directories(
file
(
GLOB SOURCES
${
SOURCE_DIR
}
/*.cpp
${
SOURCE_DIR
}
/chain_action/*.cpp
)
list
(
REMOVE_ITEM SOURCES
${
SOURCE_DIR
}
/main_coach.cpp
${
SOURCE_DIR
}
/main_player.cpp
${
SOURCE_DIR
}
/main_trainer.cpp
)
MESSAGE
(
${
SOURCES
}
)
list
(
APPEND LINK_LIBS
rcsc_agent
...
...
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