target_sources(salalib
    PUBLIC
    	agent.h 
    	agentprogram.h 
    	agentset.h 
    	agentengine.h 
    	agentga.h 
    	agenthelpers.h
    PRIVATE
    	agent.cpp 
    	agentprogram.cpp 
    	agentset.cpp 
    	agentengine.cpp 
    	agentga.cpp)

