Skip to content
Snippets Groups Projects
  1. Feb 03, 2014
    • Kilian Lackhove's avatar
      Nektar++Config cleanup. This depreceates NektarCommon for external projects. · ed6b11ea
      Kilian Lackhove authored
      Instead, the cmake default way of handling external dependencies is now
      recommended:
      
        FIND_PACKAGE(Nektar++ REQUIRED)
        ADD_DEFINITIONS(${NEKTAR++_DEFINITIONS})
        INCLUDE_DIRECTORIES(${NEKTAR++_INCLUDE_DIRS} ${NEKTAR++_TP_INCLUDE_DIRS})
        LINK_DIRECTORIES(${NEKTAR++_LIBRARY_DIRS} ${NEKTAR++_TP_LIBRARY_DIRS})
        TARGET_LINK_LIBRARIES(${ProjectName} ${NEKTAR++_LIBRARIES} ${NEKTAR++_TP_LIBRARIES})
      
      see templates/executable for an example. The NEKTAR++_TP_XXX variables can be omitted if
      the external CMakeLists.txt takes care of findig Nektar++ dependencies itself.
      ed6b11ea
  2. Dec 14, 2013
  3. Oct 10, 2013
  4. Jul 30, 2013
  5. Jul 18, 2013
  6. Jul 03, 2013
  7. Apr 16, 2013
  8. Mar 27, 2013
  9. Mar 06, 2013
  10. Feb 19, 2013
  11. Feb 15, 2013
  12. Feb 08, 2013
  13. Feb 01, 2013
  14. Dec 12, 2012
  15. Nov 20, 2012
  16. Nov 18, 2012
  17. Nov 15, 2012
  18. Nov 07, 2012
  19. Oct 25, 2012
  20. Oct 15, 2012
  21. Oct 07, 2012
  22. Oct 03, 2012
  23. Sep 06, 2012
  24. Sep 05, 2012
  25. May 23, 2012
  26. May 09, 2012
  27. Apr 10, 2012
  28. Apr 09, 2012
  29. Feb 27, 2012
  30. Feb 21, 2012
Loading