You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

CMakeLists.txt 259 B

123456789
  1. add_subdirectory(SRC)
  2. if(BUILD_TESTING)
  3. add_subdirectory(TESTING)
  4. endif()
  5. configure_file(${CMAKE_CURRENT_SOURCE_DIR}/blas.pc.in ${CMAKE_CURRENT_BINARY_DIR}/blas.pc @ONLY)
  6. install(FILES
  7. ${CMAKE_CURRENT_BINARY_DIR}/blas.pc
  8. DESTINATION ${PKG_CONFIG_DIR}
  9. )