Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
fmg005
clasim
Commits
c1813837
Commit
c1813837
authored
Mar 13, 2018
by
fmg005
Browse files
fixed source path variable in cla cmake file
parent
1d3d7700
Changes
1
Hide whitespace changes
Inline
Side-by-side
clasim.cmake
View file @
c1813837
...
...
@@ -8,19 +8,19 @@ find_library(CONFIG++_LIBRARY NAMES libconfig++.a PATH <libconfig++.a location>)
# set your simulation source directory
set
(
SIM_SRC_
DIR
simsrc/mcps2018/algo2
)
set
(
SIM_SRC_
PATH
simsrc/mcps2018/algo2
)
# *** include your source files
# list each file individually
set
(
MY_SOURCE_FILES
${
CMD
_SRC_
DIR
}
/SimEngine.cpp
${
CMD
_SRC_
DIR
}
/Monitor.cpp
${
CMD
_SRC_
DIR
}
/Controller.cpp
${
CMD
_SRC_
DIR
}
/Pump.cpp
${
CMD
_SRC_
DIR
}
/SimulationLogger.cpp
${
CMD
_SRC_
DIR
}
/MedicalDevice.cpp
${
SIM
_SRC_
PATH
}
/SimEngine.cpp
${
SIM
_SRC_
PATH
}
/Monitor.cpp
${
SIM
_SRC_
PATH
}
/Controller.cpp
${
SIM
_SRC_
PATH
}
/Pump.cpp
${
SIM
_SRC_
PATH
}
/SimulationLogger.cpp
${
SIM
_SRC_
PATH
}
/MedicalDevice.cpp
)
...
...
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