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
9d008d0d
Commit
9d008d0d
authored
Aug 20, 2009
by
Mark Friedrichs
Browse files
Chris's mods for 64-bit Linux
parent
65571e40
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
platforms/cuda/CMakeLists.txt
platforms/cuda/CMakeLists.txt
+4
-0
No files found.
platforms/cuda/CMakeLists.txt
View file @
9d008d0d
...
@@ -90,7 +90,11 @@ ELSE (APPLE)
...
@@ -90,7 +90,11 @@ ELSE (APPLE)
IF
(
WIN32
)
IF
(
WIN32
)
LINK_DIRECTORIES
(
${
CMAKE_CURRENT_SOURCE_DIR
}
/cudpp/win
)
LINK_DIRECTORIES
(
${
CMAKE_CURRENT_SOURCE_DIR
}
/cudpp/win
)
INSTALL_FILES
(
/lib FILES
${
CMAKE_CURRENT_SOURCE_DIR
}
/cudpp/win/cudpp32.dll
)
INSTALL_FILES
(
/lib FILES
${
CMAKE_CURRENT_SOURCE_DIR
}
/cudpp/win/cudpp32.dll
)
ELSEIF
(
CMAKE_SIZEOF_VOID_P MATCHES
"8"
)
# Linux 64 bit
LINK_DIRECTORIES
(
${
CMAKE_CURRENT_SOURCE_DIR
}
/cudpp/linux64
)
ELSE
(
WIN32
)
ELSE
(
WIN32
)
# Linux 64 bit
LINK_DIRECTORIES
(
${
CMAKE_CURRENT_SOURCE_DIR
}
/cudpp/linux
)
LINK_DIRECTORIES
(
${
CMAKE_CURRENT_SOURCE_DIR
}
/cudpp/linux
)
ENDIF
(
WIN32
)
ENDIF
(
WIN32
)
ENDIF
(
APPLE
)
ENDIF
(
APPLE
)
...
...
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