ctk_library_options.cmake 215 B

123456789101112
  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. #VTK:ON
  9. #ITK:OFF
  10. )