add_library(sys-phonemodes STATIC) target_sources(sys-phonemodes PUBLIC include/PhoneModes/Common.hpp include/PhoneModes/Observer.hpp include/PhoneModes/Subject.hpp PRIVATE Observer.cpp Subject.cpp ) target_include_directories(sys-phonemodes PUBLIC $ ) target_link_libraries(sys-phonemodes PUBLIC sys-service )