# CMakeLists.txt to build the NBody library # # ICRAR - International Centre for Radio Astronomy Research # (c) UWA - The University of Western Australia, 2018 # Copyright by UWA (in the framework of the ICRAR) # All rights reserved # # Contributed by Rodrigo Tobar # # This file is part of VELOCIraptor. set(NBODY_SRC Particle.cxx System.cxx ) add_nbody_lib(NBody "${NBODY_SRC}")