ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/development/CMakeLists.txt
(Generate patch)

Comparing branches/development/CMakeLists.txt (file contents):
Revision 1840 by gezelter, Mon Jan 28 15:44:32 2013 UTC vs.
Revision 1857 by kstocke1, Wed Apr 3 18:27:48 2013 UTC

# Line 196 | Line 196 | thermalizer
196   randomBuilder
197   nanoparticleBuilder
198   thermalizer
199 + recenter
200   atom2md
201   Hydro)
202  
# Line 581 | Line 582 | src/applications/thermalizer/thermalizerCmd.cpp
582   src/applications/thermalizer/thermalizerCmd.cpp
583   )
584  
585 + set(RECENTERSOURCE
586 + src/applications/recenter/recenter.cpp
587 + src/applications/recenter/recenterCmd.cpp
588 + )
589 +
590   add_executable(Dump2XYZ ${DUMP2XYZSOURCE} ${GETOPT_SOURCE})
591   target_link_libraries(Dump2XYZ openmd_single openmd_core openmd_single openmd_core)
592   add_executable(DynamicProps ${DYNAMICPROPSSOURCE} ${GETOPT_SOURCE})
# Line 601 | Line 607 | target_link_libraries(thermalizer openmd_single openmd
607   target_link_libraries(simpleBuilder openmd_single openmd_core openmd_single openmd_core openmd_single)
608   add_executable(thermalizer ${THERMALIZERSOURCE} ${GETOPT_SOURCE})
609   target_link_libraries(thermalizer openmd_single openmd_core openmd_single openmd_core openmd_single)
610 + add_executable(recenter ${RECENTERSOURCE} ${GETOPT_SOURCE})
611 + target_link_libraries(recenter openmd_single openmd_core openmd_single openmd_core openmd_single)
612  
613   if (OPENBABEL2_FOUND)
614   set (ATOM2MDSOURCE
# Line 683 | Line 691 | INSTALL(TARGETS
691          nanorodBuilder
692          nanorod_pentBuilder
693          thermalizer
694 +        recenter
695          Hydro
696    RUNTIME DESTINATION bin PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_EXECUTE WORLD_READ WORLD_EXECUTE
697    LIBRARY DESTINATION lib PERMISSIONS OWNER_READ OWNER_WRITE GROUP_READ WORLD_READ

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines