
file(GLOB microBenchmark_SRC "${CMAKE_CURRENT_SOURCE_DIR}/*.cpp")
phoenix_add_library(phoenix_micro_benchmark ${microBenchmark_SRC})

install(TARGETS phoenix_micro_benchmark LIBRARY DESTINATION ${LIBRARY_DIRECTORY} ARCHIVE DESTINATION ${LIBRARY_DIRECTORY})

file(GLOB headers "${CMAKE_CURRENT_SOURCE_DIR}/*.h")

install(FILES ${headers} DESTINATION include/PhoenixMicroBenchmark)

