comparison CMakeLists.txt @ 4:7ae4ee5c27f8

Corrected orientation and orbital speed of Moon
author Eris Caffee <discordia@eldalin.com>
date Sun, 28 Apr 2013 18:36:00 -0500
parents c24af3462002
children
comparison
equal deleted inserted replaced
2:d50a1986ce7c 4:9bd9cc7f4b63
115 # Some other options to consider: 115 # Some other options to consider:
116 # C++ -Weffc++ -std=c++0x 116 # C++ -Weffc++ -std=c++0x
117 # C -std=gnu99 -std=c99 117 # C -std=gnu99 -std=c99
118 118
119 if (CMAKE_COMPILER_IS_GNUCXX) 119 if (CMAKE_COMPILER_IS_GNUCXX)
120 add_definitions(-pedantic -Wall -std=c++0x) 120 add_definitions(-Wall -std=c++0x)
121 endif () 121 endif ()
122 122
123 123
124 ################################################################################ 124 ################################################################################
125 125