target_sources(crepe PUBLIC Asset.cpp Sound.cpp SoundContext.cpp ComponentManager.cpp Component.cpp ScriptSystem.cpp ) target_sources(crepe PUBLIC FILE_SET HEADERS FILES Asset.h Sound.h SoundContext.h ComponentManager.h ComponentManager.hpp Component.h System.h ScriptSystem.h ) add_subdirectory(api) add_subdirectory(util)