cmake_minimum_required (VERSION 2.6)
project (NetWarsGL)

include_directories(/opt/local/include)

find_package(GLUT)
find_package(OpenGL)
set(CMAKE_CXX_FLAGS "-g -Wall -DEXECUABLE=netwarsgl")

add_executable(main.cpp bullet.cpp commanderai.cpp configuration.cpp entername.cpp fighterai.cpp game.cpp guardianai.cpp highscore.cpp hitindicator.cpp level.cpp levelmanager.cpp main.cpp matrix4x4.cpp menu.cpp menuitem.cpp missile.cpp nshmodel.cpp nwsound.cpp objects.cpp particle.cpp particlesystem.cpp pirateai.cpp podai.cpp shipai.cpp spaceobject.cpp text.cpp timing.cpp vector3d.cpp)
