summaryrefslogtreecommitdiffstats
path: root/src/CMakeLists.txt
blob: 6b5671396f7ad86f591e3ce4b2eb65fff1f2f961 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
add_executable(zoom
  BSPTree.cpp BSPTree.h
  Game.cpp Game.h
  config.h
  gl.h
  Level.cpp Level.h
  MathUtil.cpp MathUtil.h
  Renderer.cpp Renderer.h
  Shader.cpp Shader.h
  Texture.cpp Texture.h
  Triangle.h
  zoom.cpp
)
target_link_libraries(zoom ${Boost_LIBRARIES} ${OPENGL_gl_LIBRARY} ${GLEW_LIBRARY} ${GLPNG_LIBRARY} ${LIBXML2_LIBRARIES})