Skip to content
Snippets Groups Projects
Select Git revision
  • fead98ad38af590246aeeaf8e2a7b2d9684bff00
  • poet default protected
  • ml/selected-output
  • golem_subs
  • ml/project-name
  • 7-check-phreeqcmatrix-subset-or-removenan
  • 2-refactor-cmake-installation-workflow
  • v0.3
  • v0.2
  • v0.1
10 results

CMakeLists.txt

Blame
  • user avatar
    Charlton, Scott R authored
    Introduce end-of-line normalization for CMakeLists.txt
    90a6449d
    History
    CMakeLists.txt 225 B
    if (WIN32)
    SET(EXAMPLES_DIR examples)
    else()
    SET(EXAMPLES_DIR ${CMAKE_INSTALL_DOCDIR}/examples)
    endif()
    
    add_subdirectory(c)
    add_subdirectory(com)
    add_subdirectory(cpp)
    add_subdirectory(fortran)
    add_subdirectory(using-cmake)