Skip to content
Snippets Groups Projects
CMakeLists.txt 305 B
Newer Older
  • Learn to ignore specific revisions
  • ADD_SUBDIRECTORY( diffusion )
    
    ADD_SUBDIRECTORY( euler )
    
    SET( headers tnlFiniteDifferences.h  )
    
    
    #SET( libtnlmeshincludedir ${TNL_INCLUDE_DIR}/operators )
    
    #SET( libtnlmeshinclude_HEADERS ${headers} )
    
    
    INSTALL( FILES ${headers} DESTINATION include/tnl-${tnlVersion}/operators )