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