ctk_library_options.cmake 225 B

1234567891011
  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. set(ctk_library_options
  8. USE_TRANSFER_FUNCTION_CHARTS:OFF
  9. )