| 1 |
chuckv |
1496 |
add_executable(OpenMD ../src/applications/openmd/openmd.cpp) |
| 2 |
|
|
target_link_libraries(OpenMD openmd) |
| 3 |
|
|
|
| 4 |
gezelter |
1635 |
set (DUMP2XYZSOURCE |
| 5 |
|
|
../src/applications/dump2Xyz/Dump2XYZ.cpp |
| 6 |
|
|
../src/applications/dump2Xyz/Dump2XYZCmd.c |
| 7 |
|
|
) |
| 8 |
chuckv |
1496 |
|
| 9 |
gezelter |
1635 |
set (DYNAMICPROPSSOURCE |
| 10 |
|
|
../src/applications/dynamicProps/ActionCorrFunc.cpp |
| 11 |
|
|
../src/applications/dynamicProps/CrossTimeCorrFunc.cpp |
| 12 |
|
|
../src/applications/dynamicProps/DipoleCorrFunc.cpp |
| 13 |
|
|
../src/applications/dynamicProps/DirectionalRCorrFunc.cpp |
| 14 |
|
|
../src/applications/dynamicProps/DynamicProps.cpp |
| 15 |
|
|
../src/applications/dynamicProps/EnergyCorrFunc.cpp |
| 16 |
|
|
../src/applications/dynamicProps/FrameTimeCorrFunc.cpp |
| 17 |
|
|
../src/applications/dynamicProps/LegendreCorrFunc.cpp |
| 18 |
|
|
../src/applications/dynamicProps/MomentumCorrFunc.cpp |
| 19 |
|
|
../src/applications/dynamicProps/ParticleTimeCorrFunc.cpp |
| 20 |
|
|
../src/applications/dynamicProps/RadialRCorrFunc.cpp |
| 21 |
|
|
../src/applications/dynamicProps/RCorrFunc.cpp |
| 22 |
|
|
../src/applications/dynamicProps/StressCorrFunc.cpp |
| 23 |
|
|
../src/applications/dynamicProps/SystemDipoleCorrFunc.cpp |
| 24 |
|
|
../src/applications/dynamicProps/ThetaCorrFunc.cpp |
| 25 |
|
|
../src/applications/dynamicProps/TimeCorrFunc.cpp |
| 26 |
|
|
../src/applications/dynamicProps/VCorrFunc.cpp |
| 27 |
|
|
../src/applications/dynamicProps/DynamicPropsCmd.c |
| 28 |
|
|
) |
| 29 |
chuckv |
1496 |
|
| 30 |
gezelter |
1635 |
set (HYDROSOURCE |
| 31 |
|
|
../src/applications/hydrodynamics/AnalyticalModel.cpp |
| 32 |
|
|
../src/applications/hydrodynamics/ApproximationModel.cpp |
| 33 |
|
|
../src/applications/hydrodynamics/BeadModel.cpp |
| 34 |
|
|
../src/applications/hydrodynamics/CompositeShape.cpp |
| 35 |
|
|
../src/applications/hydrodynamics/Hydro.cpp |
| 36 |
|
|
../src/applications/hydrodynamics/HydrodynamicsModel.cpp |
| 37 |
|
|
../src/applications/hydrodynamics/HydrodynamicsModelFactory.cpp |
| 38 |
|
|
../src/applications/hydrodynamics/RoughShell.cpp |
| 39 |
|
|
../src/applications/hydrodynamics/ShapeBuilder.cpp |
| 40 |
|
|
../src/applications/hydrodynamics/HydroCmd.c |
| 41 |
|
|
) |
| 42 |
chuckv |
1496 |
|
| 43 |
gezelter |
1635 |
set (STATICPROPSSOURCE |
| 44 |
|
|
../src/applications/staticProps/AngleR.cpp |
| 45 |
|
|
../src/applications/staticProps/BondAngleDistribution.cpp |
| 46 |
|
|
../src/applications/staticProps/BondOrderParameter.cpp |
| 47 |
|
|
../src/applications/staticProps/BOPofR.cpp |
| 48 |
|
|
../src/applications/staticProps/DensityPlot.cpp |
| 49 |
|
|
../src/applications/staticProps/GofAngle2.cpp |
| 50 |
|
|
../src/applications/staticProps/GofR.cpp |
| 51 |
|
|
../src/applications/staticProps/GofRAngle.cpp |
| 52 |
|
|
../src/applications/staticProps/GofRZ.cpp |
| 53 |
chuckv |
1496 |
../src/applications/staticProps/GofXyz.cpp |
| 54 |
gezelter |
1635 |
../src/applications/staticProps/GofZ.cpp |
| 55 |
|
|
../src/applications/staticProps/Hxy.cpp |
| 56 |
|
|
../src/applications/staticProps/NanoLength.cpp |
| 57 |
|
|
../src/applications/staticProps/NanoVolume.cpp |
| 58 |
|
|
../src/applications/staticProps/ObjectCount.cpp |
| 59 |
|
|
../src/applications/staticProps/P2OrderParameter.cpp |
| 60 |
|
|
../src/applications/staticProps/pAngle.cpp |
| 61 |
|
|
../src/applications/staticProps/RadialDistrFunc.cpp |
| 62 |
|
|
../src/applications/staticProps/RhoR.cpp |
| 63 |
|
|
../src/applications/staticProps/RhoZ.cpp |
| 64 |
|
|
../src/applications/staticProps/RippleOP.cpp |
| 65 |
chuckv |
1496 |
../src/applications/staticProps/SCDOrderParameter.cpp |
| 66 |
gezelter |
1635 |
../src/applications/staticProps/StaticProps.cpp |
| 67 |
|
|
../src/applications/staticProps/TetrahedralityParam.cpp |
| 68 |
|
|
../src/applications/staticProps/TwoDGofR.cpp |
| 69 |
chuckv |
1496 |
../src/applications/staticProps/StaticPropsCmd.c |
| 70 |
gezelter |
1635 |
) |
| 71 |
chuckv |
1496 |
|
| 72 |
gezelter |
1635 |
set (NANOPARTICLEBUILDERSOURCE |
| 73 |
|
|
../src/applications/nanoparticleBuilder/nanoparticleBuilder.cpp |
| 74 |
|
|
../src/applications/nanoparticleBuilder/shapedLatticeSpherical.cpp |
| 75 |
|
|
../src/applications/nanoparticleBuilder/nanoparticleBuilderCmd.c |
| 76 |
|
|
) |
| 77 |
chuckv |
1496 |
|
| 78 |
gezelter |
1635 |
set (RANDOMBUILDERSOURCE |
| 79 |
|
|
../src/applications/randomBuilder/randomBuilder.cpp |
| 80 |
|
|
../src/applications/randomBuilder/randomBuilderCmd.c |
| 81 |
|
|
) |
| 82 |
chuckv |
1496 |
|
| 83 |
gezelter |
1635 |
set(SIMPLEBUILDERSOURCE |
| 84 |
|
|
../src/applications/simpleBuilder/simpleBuilder.cpp |
| 85 |
|
|
../src/applications/simpleBuilder/simpleBuilderCmd.c |
| 86 |
|
|
) |
| 87 |
chuckv |
1496 |
|
| 88 |
gezelter |
1635 |
set(THERMALIZERSOURCE |
| 89 |
|
|
../src/applications/thermalizer/thermalizer.cpp |
| 90 |
|
|
../src/applications/thermalizer/thermalizerCmd.c |
| 91 |
|
|
) |
| 92 |
chuckv |
1496 |
|
| 93 |
|
|
add_executable(Dump2XYZ ${DUMP2XYZSOURCE}) |
| 94 |
|
|
target_link_libraries(Dump2XYZ openmd) |
| 95 |
|
|
add_executable(DynamicProps ${DYNAMICPROPSSOURCE}) |
| 96 |
|
|
target_link_libraries(DynamicProps openmd) |
| 97 |
|
|
add_executable(Hydro ${HYDROSOURCE}) |
| 98 |
|
|
target_link_libraries(Hydro openmd) |
| 99 |
|
|
add_executable(StaticProps ${STATICPROPSSOURCE}) |
| 100 |
|
|
target_link_libraries(StaticProps openmd) |
| 101 |
|
|
add_executable(nanoparticleBuilder ${NANOPARTICLEBUILDERSOURCE}) |
| 102 |
|
|
target_link_libraries(nanoparticleBuilder openmd) |
| 103 |
|
|
add_executable(randomBuilder ${RANDOMBUILDERSOURCE}) |
| 104 |
|
|
target_link_libraries(randomBuilder openmd) |
| 105 |
|
|
add_executable(simpleBuilder ${SIMPLEBUILDERSOURCE}) |
| 106 |
|
|
target_link_libraries(simpleBuilder openmd) |
| 107 |
|
|
add_executable(thermalizer ${THERMALIZERSOURCE}) |
| 108 |
|
|
target_link_libraries(thermalizer openmd) |
| 109 |
|
|
|
| 110 |
|
|
if (OPENBABEL2_FOUND) |
| 111 |
gezelter |
1635 |
set (ATOM2MDSOURCE |
| 112 |
|
|
../src/applications/atom2md/atom2md.cpp |
| 113 |
|
|
../src/applications/atom2md/openmdformat.cpp |
| 114 |
|
|
) |
| 115 |
chuckv |
1496 |
add_executable(atom2md ${ATOM2MDSOURCE}) |
| 116 |
|
|
target_link_libraries(atom2md openmd ${OPENBABEL2_LIBRARIES}) |
| 117 |
gezelter |
1635 |
ENDIF (OPENBABEL2_FOUND) |