Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tsoc
openmm
Commits
aff802d9
"plugins/vscode:/vscode.git/clone" did not exist on "6c0f3fbda18630bc42a8a111e7b98da81d0c0ee5"
Commit
aff802d9
authored
Jan 12, 2009
by
Mark Friedrichs
Browse files
Mods
parent
180c245d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
0 deletions
+17
-0
platforms/brook/CMakeLists.txt
platforms/brook/CMakeLists.txt
+17
-0
No files found.
platforms/brook/CMakeLists.txt
View file @
aff802d9
...
...
@@ -25,6 +25,23 @@ IF(LOG)
FILE
(
WRITE
${
LOG_FILE
}
"In Brook Cmake
\n
"
)
ENDIF
(
LOG
)
# ----------------------------------------------------------------------------
IF
(
LOG
)
MACRO
(
LOG_DIR LOG_FILE DIR_LIST DIRS1
)
FILE
(
APPEND
${
LOG_FILE
}
"
\n
${
DIR_LIST
}
\n
"
)
FOREACH
(
currentFile
${
ARGN
}
)
FILE
(
APPEND
${
LOG_FILE
}
"
${
currentFile
}
\n
"
)
ENDFOREACH
(
currentFile
)
ENDMACRO
(
LOG_DIR
)
LOG_DIR
(
${
LOG_FILE
}
"API_INCLUDE_DIRS"
${
API_INCLUDE_DIRS
}
)
ENDIF
(
LOG
)
# ----------------------------------------------------------------------------
# The source is organized into subdirectories, but we handle them all from
# this CMakeLists file rather than letting CMake visit them as SUBDIRS.
SET
(
OPENMM_SOURCE_SUBDIRS .
)
...
...
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