comparison CMakeLists.txt @ 281:e5402c368b21

reorganization
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 10 Dec 2012 17:49:14 +0100
parents 58f969933720
children 727a6d766dde
comparison
equal deleted inserted replaced
280:77e526e6fdf8 281:e5402c368b21
179 # Build the unit tests if required 179 # Build the unit tests if required
180 if (BUILD_UNIT_TESTS) 180 if (BUILD_UNIT_TESTS)
181 include(${CMAKE_SOURCE_DIR}/Resources/CMake/GoogleTestConfiguration.cmake) 181 include(${CMAKE_SOURCE_DIR}/Resources/CMake/GoogleTestConfiguration.cmake)
182 add_executable(UnitTests 182 add_executable(UnitTests
183 ${GTEST_SOURCES} 183 ${GTEST_SOURCES}
184 UnitTests/MessageWithDestination.cpp
185 UnitTests/RestApi.cpp 184 UnitTests/RestApi.cpp
186 UnitTests/SQLite.cpp 185 UnitTests/SQLite.cpp
187 UnitTests/SQLiteChromium.cpp 186 UnitTests/SQLiteChromium.cpp
188 UnitTests/ServerIndex.cpp 187 UnitTests/ServerIndex.cpp
189 UnitTests/Versions.cpp 188 UnitTests/Versions.cpp