Skip to content
Snippets Groups Projects
Commit cb4741eb authored by Tomáš Oberhuber's avatar Tomáš Oberhuber
Browse files

Rewriting tnl-quickstart.

parent 6661968f
No related branches found
No related tags found
No related merge requests found
......@@ -251,6 +251,8 @@ if( WITH_TESTS STREQUAL "yes" )
endif( GTEST_FOUND )
endif( WITH_TESTS STREQUAL "yes" )
find_package( PythonInterp )
#if( BUILD_MPI )
# FIND_PATH( PETSC_INCLUDE_DIR petsc.h
# /usr/include/petsc
......@@ -311,6 +313,10 @@ set( sourceDirectory \"${PROJECT_SOURCE_DIR}/\" )
set( testsDirectory \"${PROJECT_TESTS_PATH}/\" )
CONFIGURE_FILE( "tnlConfig.h.in" "${PROJECT_BUILD_PATH}/TNL/tnlConfig.h" )
INSTALL( FILES ${PROJECT_BUILD_PATH}/TNL/tnlConfig.h DESTINATION include/tnl-${tnlVersion}/TNL )
if( PYTHONINTERP_FOUND )
CONFIGURE_FILE( "tnlConfig.py.in" "${PROJECT_BUILD_PATH}/TNL/tnlConfig.py" )
INSTALL( FILES ${PROJECT_BUILD_PATH}/TNL/tnlConfig.py DESTINATION lib/python${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR}/TNL )
endif( PYTHONINTERP_FOUND )
#Nastavime cesty k hlavickovym souborum a knihovnam
INCLUDE_DIRECTORIES( src )
......
tnl_install_prefix = ${CMAKE_INSTALL_PREFIX}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment