Skip to content

Commit

Permalink
Merge pull request #211 from apathyboy/cmake_docs
Browse files Browse the repository at this point in the history
Cmake docs
  • Loading branch information
Kronos11 committed Mar 11, 2012
2 parents d4bdede + 1481beb commit d09e608
Show file tree
Hide file tree
Showing 11 changed files with 2 additions and 284 deletions.
2 changes: 1 addition & 1 deletion data/docs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ set(SPHINX_CACHE_DIR "${CMAKE_CURRENT_BINARY_DIR}/_doctrees")
set(SPHINX_HTML_DIR "${CMAKE_BINARY_DIR}/docs/html")

if(WIN32)
foreach(configuration Debug Release MinSizeRel RelWithDebInfo)
foreach(configuration ${CMAKE_CONFIGURATION_TYPES})
configure_file(
"${CMAKE_CURRENT_SOURCE_DIR}/conf.py.in"
"${BINARY_BUILD_DIR}/${configuration}/conf.py"
Expand Down
2 changes: 1 addition & 1 deletion tools/cmake/ANHLibrary.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ FUNCTION(AddANHLibrary name)
${CMAKE_CURRENT_BINARY_DIR}/${name}_tests.vcxproj.user @ONLY)

if(ENABLE_TEST_REPORT)
foreach(configuration Debug Release MinSizeRel RelWithDebInfo)
foreach(configuration ${CMAKE_CONFIGURATION_TYPES})
add_test(
NAME all_${name}_tests_${configuration}
CONFIGURATIONS ${configuration}
Expand Down
52 changes: 0 additions & 52 deletions tools/cmake/BuildDependencies.cmake

This file was deleted.

76 changes: 0 additions & 76 deletions tools/cmake/BuildExternalBoost.cmake

This file was deleted.

25 changes: 0 additions & 25 deletions tools/cmake/BuildExternalGMock.cmake

This file was deleted.

30 changes: 0 additions & 30 deletions tools/cmake/BuildExternalGTest.cmake

This file was deleted.

16 changes: 0 additions & 16 deletions tools/cmake/BuildExternalGlm.cmake

This file was deleted.

16 changes: 0 additions & 16 deletions tools/cmake/BuildExternalMysqlConnectorC.cmake

This file was deleted.

20 changes: 0 additions & 20 deletions tools/cmake/BuildExternalMysqlConnectorCpp.cmake

This file was deleted.

22 changes: 0 additions & 22 deletions tools/cmake/BuildExternalTBB.cmake

This file was deleted.

25 changes: 0 additions & 25 deletions tools/cmake/BuildExternalZLib.cmake

This file was deleted.

0 comments on commit d09e608

Please sign in to comment.