# CMakeLists.txt to build the Cosmology 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(COSMOLOGY_SRC Cosmology.cxx ) add_nbody_lib(Cosmology "${COSMOLOGY_SRC}")