

file(GLOB lib_SRC "${CMAKE_CURRENT_SOURCE_DIR}/*.cpp")

phoenix_add_library(phoenix_memcheck_config ${lib_SRC})
target_link_libraries(phoenix_memcheck_config phoenix_shredder_config phoenix_toml phoenix_file_parser phoenix_option_parser phoenix_core)
install(TARGETS phoenix_memcheck_config LIBRARY DESTINATION ${LIBRARY_DIRECTORY} ARCHIVE DESTINATION ${LIBRARY_DIRECTORY})


file(GLOB headers "${CMAKE_CURRENT_SOURCE_DIR}/*.h")
install(FILES ${headers} DESTINATION include/PhoenixMemcheck)


