Code Search for Developers
 
 
  

CMakeLists.txt from Boson at Krugle


Show CMakeLists.txt syntax highlighted


Include(${CMAKE_ROOT}/Modules/CheckIncludeFileCXX.cmake)

CHECK_INCLUDE_FILE( sys/time.h HAVE_SYS_TIME_H )
CHECK_INCLUDE_FILE_CXX( sstream HAVE_SSTREAM )
CHECK_INCLUDE_FILE_CXX( strstream HAVE_STRSTREAM )
set(HAVE_BOOL 1)
set(CMAKE_REQUIRED_LIBRARIES_ORIG ${CMAKE_REQUIRED_LIBRARIES})
set(CMAKE_REQUIRED_LIBRARIES ${CMAKE_REQUIRED_LIBRARIES} m)
CHECK_FUNCTION_EXISTS( rint HAVE_RINT )
set(CMAKE_REQUIRED_LIBRARIES ${CMAKE_REQUIRED_LIBRARIES_ORIG})
CHECK_FUNCTION_EXISTS( getrusage HAVE_GETRUSAGE )
CHECK_FUNCTION_EXISTS( times HAVE_TIMES )
CHECK_FUNCTION_EXISTS( random HAVE_RANDOM )
CHECK_FUNCTION_EXISTS( getopt HAVE_GETOPT )
CHECK_FUNCTION_EXISTS( getopt_long HAVE_GETOPT_LONG )

configure_file(${CMAKE_CURRENT_SOURCE_DIR}/config-libgfx.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config-libgfx.h )






See more files for this project here

Boson

Boson is an OpenGL real-time strategy game. It is designed to run on Unix (Linux) computers, and is built on top of the KDE, Qt and kdegames libraries.

Project homepage: http://sourceforge.net/projects/boson
Programming language(s): C,C++
License: other

  gfx/
    arcball.h
    array.h
    baseball.h
    geom3d.h
    geom4d.h
    gfx.h
    gl.h
    glext.h
    gltools.h
    gui.h
    intvec.h
    mat2.h
    mat3.h
    mat4.h
    mfc.h
    quat.h
    raster.h
    script.h
    symmat3.h
    symmat4.h
    trackball.h
    vec2.h
    vec3.h
    vec4.h
    wintools.h
  CMakeLists.txt
  arcball.cxx
  baseball.cxx
  config-libgfx.h.cmake
  geom3d.cxx
  geom4d.cxx
  gltools.cxx
  gui.cxx
  mat2.cxx
  mat3.cxx
  mat4.cxx
  quat.cxx
  raster-jpeg.cxx
  raster-png.cxx
  raster-pnm.cxx
  raster-tiff.cxx
  raster.cxx
  script.cxx
  symmat3.cxx
  symmat4.cxx
  time.cxx
  trackball.cxx
  wintools.cxx