Skip to content
Snippets Groups Projects
CMakeLists.txt 448 B
Newer Older
  • Learn to ignore specific revisions
  • set( headers tnlLinearDiffusion_impl.h )
    
    SET( CURRENT_DIR ${CMAKE_SOURCE_DIR}/src/implementation/schemes/diffusion )
    
    if( BUILD_CUDA)
          set( tnl_implementation_schemes_diffusion_CUDA__SOURCES
            ${common_SOURCES}
            PARENT_SCOPE )
    endif()
    
    set( tnl_implementation_schemes_diffusion_SOURCES
         ${common_SOURCES}
         PARENT_SCOPE )
    
    INSTALL( FILES ${headers} DESTINATION include/tnl-${tnlVersion}/implementation/schemes/diffusion )