repo.or.cz
/
gromacs
/
AngularHB.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Refactor CUDA kernel use of tables
[gromacs/AngularHB.git]
/
src
/
contrib
/
CMakeLists.txt
blob
32cb46f44ff8b4ebe4c8e03ca2c1567733d309f9
1
set(CONTRIB_PROGRAMS
2
#add here any programs you want to compile
3
4
)
5
6
foreach(PROG ${CONTRIB_PROGRAMS})
7
add_executable(${PROG} ${PROG}.c ${NGMX_COMMON_SOURCE})
8
set_target_properties(${PROG} PROPERTIES OUTPUT_NAME "${PROG}${GMX_BINARY_SUFFIX}")
9
endforeach(PROG)