ctk_library_options.cmake 383 B

12345678910111213141516
  1. #
  2. # See CMake/ctkMacroAddCtkLibraryOptions.cmake
  3. #
  4. # This file should list of options available for considered CTK library
  5. # For example: MYOPT1:OFF MYOPT2:ON
  6. #
  7. # Note: Options WITH_BFD_SHARED and WITH_BFD_STATIC are mutually exclusive.
  8. # Enabling both options will trigger a configuration error.
  9. SET(ctk_library_options
  10. WITH_BFD_SHARED:OFF
  11. WITH_BFD_STATIC:OFF
  12. )