BlueGeneP-dynamic.cmake 833 B

12345678910111213141516171819
  1. #=============================================================================
  2. # Copyright 2010 Kitware, Inc.
  3. # Copyright 2010 Todd Gamblin <[email protected]>
  4. #
  5. # Distributed under the OSI-approved BSD License (the "License");
  6. # see accompanying file Copyright.txt for details.
  7. #
  8. # This software is distributed WITHOUT ANY WARRANTY; without even the
  9. # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  10. # See the License for more information.
  11. #=============================================================================
  12. # (To distribute this file outside of CMake, substitute the full
  13. # License text for the above reference.)
  14. include(Platform/BlueGeneP-base)
  15. set_property(GLOBAL PROPERTY TARGET_SUPPORTS_SHARED_LIBS TRUE)
  16. set(CMAKE_FIND_LIBRARY_PREFIXES "lib")
  17. set(CMAKE_FIND_LIBRARY_SUFFIXES ".so" ".a")