cmake_minimum_required(VERSION 4.3.0) project(8_Atomkern) add_executable(${PROJECT_NAME} main.cpp Atomkern.cpp Prueffolge.cpp PrueffolgeAtomkern.cpp)