mirror of https://github.com/CGAL/cgal
Prefixed CreateSingleSourceCGALProgram.cmake with CGAL_
This commit is contained in:
parent
bd01f3443c
commit
994028ec51
|
|
@ -1664,6 +1664,7 @@ Installation/INSTALL_via_cmake -text
|
|||
Installation/LICENSE.FREE_USE -text
|
||||
Installation/cmake/modules/CGAL_CheckCXXFileRuns.cmake -text
|
||||
Installation/cmake/modules/CGAL_Common.cmake -text
|
||||
Installation/cmake/modules/CGAL_CreateSingleSourceCGALProgram.cmake -text
|
||||
Installation/cmake/modules/CGAL_FindPackageHandleStandardArgs.cmake -text
|
||||
Installation/cmake/modules/CGAL_GeneratorSpecificSettings.cmake -text
|
||||
Installation/cmake/modules/CGAL_Locate_CGAL_TAUCS.cmake -text
|
||||
|
|
@ -1679,7 +1680,6 @@ Installation/cmake/modules/CGAL_UseBLAS.cmake -text
|
|||
Installation/cmake/modules/CGAL_UseBoostProgramOptions.cmake -text
|
||||
Installation/cmake/modules/CGAL_UseLAPACK.cmake -text
|
||||
Installation/cmake/modules/CGAL_UseTAUCS.cmake -text
|
||||
Installation/cmake/modules/CreateSingleSourceCGALProgram.cmake -text
|
||||
Installation/cmake/modules/FindBLAS.cmake -text
|
||||
Installation/cmake/modules/FindBoost.cmake -text
|
||||
Installation/cmake/modules/FindCGAL_CORE.cmake -text
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ find_package(CGAL QUIET COMPONENTS ImageIO )
|
|||
|
||||
|
||||
include( ${CGAL_USE_FILE} )
|
||||
include( CreateSingleSourceCGALProgram )
|
||||
include( CGAL_CreateSingleSourceCGALProgram )
|
||||
|
||||
if(CGAL_ImageIO_FOUND)
|
||||
create_single_source_cgal_program( "convert_raw_image_to_inr.cpp" )
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ if ( CGAL_FOUND )
|
|||
|
||||
include( ${CGAL_USE_FILE} )
|
||||
|
||||
include( CreateSingleSourceCGALProgram )
|
||||
include( CGAL_CreateSingleSourceCGALProgram )
|
||||
|
||||
create_single_source_cgal_program( "test_trilinear_interpolation.cpp" )
|
||||
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ if ( CGAL_FOUND )
|
|||
|
||||
include( ${CGAL_USE_FILE} )
|
||||
|
||||
include( CreateSingleSourceCGALProgram )
|
||||
include( CGAL_CreateSingleSourceCGALProgram )
|
||||
|
||||
include_directories (BEFORE include)
|
||||
include_directories (BEFORE ../../include)
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ if ( CGAL_FOUND )
|
|||
|
||||
include( ${CGAL_USE_FILE} )
|
||||
|
||||
include( CreateSingleSourceCGALProgram )
|
||||
include( CGAL_CreateSingleSourceCGALProgram )
|
||||
|
||||
include_directories (BEFORE include)
|
||||
include_directories (BEFORE ../../include)
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@ if ( CGAL_FOUND )
|
|||
|
||||
include( ${CGAL_USE_FILE} )
|
||||
|
||||
include( CreateSingleSourceCGALProgram )
|
||||
include( CGAL_CreateSingleSourceCGALProgram )
|
||||
|
||||
create_single_source_cgal_program( "endian.cpp" )
|
||||
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ if ( CGAL_FOUND )
|
|||
|
||||
include( ${CGAL_USE_FILE} )
|
||||
|
||||
include( CreateSingleSourceCGALProgram )
|
||||
include( CGAL_CreateSingleSourceCGALProgram )
|
||||
|
||||
# Link with BLAS and LAPACK (required)
|
||||
include( CGAL_UseLAPACK )
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ if ( CGAL_FOUND )
|
|||
|
||||
include( ${CGAL_USE_FILE} )
|
||||
|
||||
include( CreateSingleSourceCGALProgram )
|
||||
include( CGAL_CreateSingleSourceCGALProgram )
|
||||
|
||||
# Link with BLAS and LAPACK (required)
|
||||
include( CGAL_UseLAPACK )
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ find_package(CGAL)
|
|||
if ( CGAL_FOUND )
|
||||
|
||||
include(${CGAL_USE_FILE})
|
||||
include(CreateSingleSourceCGALProgram)
|
||||
include(CGAL_CreateSingleSourceCGALProgram)
|
||||
|
||||
include_directories (BEFORE include)
|
||||
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ if ( NOT CGAL_AUTO_LINK_ENABLED )
|
|||
link_libraries(${Boost_PROGRAM_OPTIONS_LIBRARY})
|
||||
endif ()
|
||||
|
||||
include(CreateSingleSourceCGALProgram)
|
||||
include(CGAL_CreateSingleSourceCGALProgram)
|
||||
|
||||
create_single_source_cgal_program( pdb_cat.cpp )
|
||||
create_single_source_cgal_program( pdb_echo.cpp )
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ include( ${CGAL_USE_FILE} )
|
|||
|
||||
if(CGAL_PDB_FOUND)
|
||||
|
||||
include( CreateSingleSourceCGALProgram )
|
||||
include( CGAL_CreateSingleSourceCGALProgram )
|
||||
|
||||
create_single_source_cgal_program( "extracting_geometry.cpp" )
|
||||
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ INCLUDE_DIRECTORIES ( BEFORE ./include )
|
|||
|
||||
if (CGAL_PDB_FOUND )
|
||||
|
||||
include(CreateSingleSourceCGALProgram)
|
||||
include(CGAL_CreateSingleSourceCGALProgram)
|
||||
|
||||
create_single_source_cgal_program( check_bonds.cpp )
|
||||
create_single_source_cgal_program( check_heatom.cpp )
|
||||
|
|
|
|||
|
|
@ -120,7 +120,7 @@ if ( CGAL_FOUND )
|
|||
|
||||
include( ${CGAL_USE_FILE} )
|
||||
|
||||
include( CreateSingleSourceCGALProgram )
|
||||
include( CGAL_CreateSingleSourceCGALProgram )
|
||||
|
||||
EOF
|
||||
if [ -d include ] ; then
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ include( ${CGAL_USE_FILE} )
|
|||
|
||||
if(CGAL_PDB_FOUND)
|
||||
|
||||
include( CreateSingleSourceCGALProgram )
|
||||
include( CGAL_CreateSingleSourceCGALProgram )
|
||||
|
||||
include_directories (BEFORE include)
|
||||
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ if ( CGAL_FOUND )
|
|||
|
||||
include( ${CGAL_USE_FILE} )
|
||||
|
||||
include( CreateSingleSourceCGALProgram )
|
||||
include( CGAL_CreateSingleSourceCGALProgram )
|
||||
|
||||
# Link with BLAS, LAPACK and TAUCS (optional)
|
||||
include( CGAL_UseTAUCS )
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ if ( CGAL_FOUND )
|
|||
|
||||
include( ${CGAL_USE_FILE} )
|
||||
|
||||
include( CreateSingleSourceCGALProgram )
|
||||
include( CGAL_CreateSingleSourceCGALProgram )
|
||||
|
||||
# Link with BLAS, LAPACK and TAUCS (optional)
|
||||
include( CGAL_UseTAUCS )
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ if ( CGAL_FOUND AND CGAL_ImageIO_FOUND )
|
|||
|
||||
include( ${CGAL_USE_FILE} )
|
||||
|
||||
include( CreateSingleSourceCGALProgram )
|
||||
include( CGAL_CreateSingleSourceCGALProgram )
|
||||
|
||||
create_single_source_cgal_program( "mesh_a_3d_gray_image.cpp" )
|
||||
create_single_source_cgal_program( "mesh_an_implicit_function.cpp" )
|
||||
|
|
|
|||
Loading…
Reference in New Issue