代码搜索:CMake
找到约 1,537 项符合「CMake」的源代码
代码结果 1,537
www.eeworm.com/read/354016/3080127
cmake cmake.cmake
# This file is used by cmake.cxx to compute the CMAKE_ROOT location.
# Do not remove this file from cvs without updating cmake.cxx to look
# for a different file.
www.eeworm.com/read/216502/4891380
cmake
C=
for a
do
s=.c
case $a in
*.y) s=.y ;;
*.s) s=.s ;;
esac
b=`basename $a $s`
D=/bin
echo $a:
case $b in
-cmp) C=cmp
continue ;;
-cp) C=cp
continue ;;
ac) cc -n -s -O ac.c -o ac ;;
ac
www.eeworm.com/read/112040/15494652
install
I would like to try using CMAKE to generate Makefile-s for this project. Therefore please download cmake from cmake.org and run:
cmake .
at the prompt. This will produce a makefile that you can use
www.eeworm.com/read/441524/7669342
cmake cmake_install.cmake
# Install script for directory: C:/JBM/vi
# Set the install prefix
IF(NOT DEFINED CMAKE_INSTALL_PREFIX)
SET(CMAKE_INSTALL_PREFIX "C:/Archivos de programa/VIDEOMAN")
ENDIF(NOT DEFINED CMAKE_INS
www.eeworm.com/read/487389/6510929
cmake cmake_install.cmake
# Install script for directory: C:/JBM/vi
# Set the install prefix
IF(NOT DEFINED CMAKE_INSTALL_PREFIX)
SET(CMAKE_INSTALL_PREFIX "C:/Archivos de programa/VIDEOMAN")
ENDIF(NOT DEFINED CMAKE_INS
www.eeworm.com/read/112040/15494790
txt cmakelists.txt
PROJECT (scourge)
INCLUDE (${CMAKE_ROOT}/Modules/FindOpenGL.cmake)
INCLUDE (${CMAKE_ROOT}/Modules/FindGLUT.cmake)
INCLUDE (${CMAKE_ROOT}/Modules/FindSDL.cmake)
INCLUDE_DIRECTORIES(${SDL_INCLUDE_DIR}
www.eeworm.com/read/386014/8771531
state .cmake.state
www.eeworm.com/read/382631/9014914
cmake finduseblitz.cmake
SET(BLITZ_INCLUDE_SEARCH_PATH
/usr/include
/usr/local/include)
IF(WIN32)
SET(BLITZ_INCLUDE_SEARCH_PATH
${BLITZ_INCLUDE_SEARCH_PATH}
C:/msys/1.0/local/include
D:/msys/1.0/local/incl
www.eeworm.com/read/382631/9014917
cmake findmpicxx.cmake
SET(MPICXX_PROGRAM_SEARCH_PATH
$ENV{HOME}/opt/bin
/usr/bin
/usr/local/bin)
IF(WIN32)
SET(MPICXX_PROGRAM_SEARCH_PATH
${MPICXX_PROGRAM_SEARCH_PATH}
C:/MinGW/bin
D:/MinGW/bin)
ENDIF
www.eeworm.com/read/382631/9014921
cmake findfltk.cmake
# FindFLTK.cmake
SET(FLTK_INCLUDE_SEARCH_PATH
/usr/include/FL
/usr/include
/usr/include/Fl
/usr/local/include/FL
/usr/local/include/Fl)
FIND_PATH(FLTK_FLTK_H Fl.H ${FLTK_INCLUDE_SEARC