Changeset 9473 for code/branches/testing/test
- Timestamp:
- Nov 29, 2012, 5:49:02 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/testing/test/CMakeLists.txt
r9115 r9473 1 # 2 # ORXONOX - the hottest 3D action shooter ever to exist 3 # > www.orxonox.net < 4 # 5 # This program is free software; you can redistribute it and/or 6 # modify it under the terms of the GNU General Public License 7 # as published by the Free Software Foundation; either version 2 8 # of the License, or (at your option) any later version. 9 # 10 # This program is distributed in the hope that it will be useful, 11 # but WITHOUT ANY WARRANTY; without even the implied warranty of 12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 # GNU General Public License for more details. 14 # 15 # You should have received a copy of the GNU General Public License along 16 # with this program; if not, write to the Free Software Foundation, 17 # Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 18 # 19 # 20 # Author: 21 # Fabian 'x3n' Landau 22 # Description: 23 # Configures the compilers and sets build options. 24 # 25 26 # Required macros and functions 27 INCLUDE(FlagUtilities) 28 INCLUDE(TargetUtilities) 29 30 INCLUDE(../src/SourceConfig.cmake) 31 32 ################ Testing Configuration ################ 33 1 34 ENABLE_TESTING() 2 35 … … 4 37 5 38 CONFIGURE_FILE("CTestCustom.cmake" "CTestCustom.cmake" @ONLY) 39 40 ############## Include Directories ############## 6 41 7 42 INCLUDE_DIRECTORIES( … … 13 48 ../src/external/gmock/include 14 49 ${CMAKE_BINARY_DIR}/src 15 ${Boost_INCLUDE_DIRS}16 ${OGRE_INCLUDE_DIR}17 ${POCO_INCLUDE_DIR}18 50 ) 19 51 52 ################ Sub Directories ################ 53 20 54 ADD_SUBDIRECTORY(util)
Note: See TracChangeset
for help on using the changeset viewer.