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

Comparing trunk/CMakeLists.txt (file contents):
Revision 2023 by gezelter, Mon Sep 22 19:18:35 2014 UTC vs.
Revision 2024 by gezelter, Thu Oct 16 19:13:51 2014 UTC

# Line 195 | Line 195 | DynamicProps
195   simpleBuilder
196   StaticProps
197   DynamicProps
198 + SequentialProps
199   randomBuilder
200   nanoparticleBuilder
201   thermalizer
# Line 535 | Line 536 | src/applications/hydrodynamics/HydroCmd.cpp
536   src/applications/hydrodynamics/HydroCmd.cpp
537   )
538  
539 + set (SEQUENTIALPROPSSOURCE
540 + src/applications/sequentialProps/DensityAnalyzer.cpp
541 + src/applications/sequentialProps/SequentialAnalyzer.cpp
542 + src/applications/sequentialProps/SequentialProps.cpp
543 + src/applications/sequentialProps/SequentialPropsCmd.cpp
544 + )
545 +
546   set (STATICPROPSSOURCE
547   src/applications/staticProps/AngleR.cpp
548   src/applications/staticProps/BondAngleDistribution.cpp
# Line 622 | Line 630 | target_link_libraries(StaticProps openmd_single openmd
630   target_link_libraries(Hydro openmd_single openmd_core openmd_single openmd_core)
631   add_executable(StaticProps ${STATICPROPSSOURCE} ${GETOPT_SOURCE})
632   target_link_libraries(StaticProps openmd_single openmd_core openmd_single openmd_core)
633 + add_executable(SequentialProps ${SEQUENTIALPROPSSOURCE} ${GETOPT_SOURCE})
634 + target_link_libraries(SequentialProps openmd_single openmd_core openmd_single openmd_core)
635   add_executable(nanoparticleBuilder ${NANOPARTICLEBUILDERSOURCE} ${GETOPT_SOURCE})
636   target_link_libraries(nanoparticleBuilder openmd_single openmd_core openmd_single openmd_core openmd_single)
637   add_executable(nanorodBuilder ${NANORODBUILDERSOURCE} ${GETOPT_SOURCE})
# Line 717 | Line 727 | INSTALL(TARGETS
727          simpleBuilder
728          StaticProps
729          DynamicProps
730 +        SequentialProps
731          randomBuilder
732          nanoparticleBuilder
733          nanorodBuilder

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines