From 038c8925627ee58835983d356b2e9bb152ecdabc Mon Sep 17 00:00:00 2001 From: Bryce Harrington Date: Sat, 6 Jun 2015 16:46:12 -0700 Subject: cmake: Drop todo for icons; the install of share takes care of this (bzr r14195) --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4b73afc43..e550345ba 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -61,7 +61,7 @@ set(EXECUTABLE_OUTPUT_PATH ${CMAKE_BINARY_DIR}/bin CACHE INTERNAL "" FORCE ) set(LIBRARY_OUTPUT_PATH ${CMAKE_BINARY_DIR}/lib CACHE INTERNAL "" FORCE ) # ----------------------------------------------------------------------------- -# +# Test Harness # ----------------------------------------------------------------------------- set(GMOCK_DIR "${CMAKE_SOURCE_DIR}/gtest/gmock-1.7.0" CACHE PATH "The path to the GoogleMock test framework.") @@ -142,7 +142,7 @@ add_subdirectory(src) # ----------------------------------------------------------------------------- if(UNIX) - # TODO: man, locale, icons + # TODO: man, locale install( PROGRAMS ${EXECUTABLE_OUTPUT_PATH}/inkscape -- cgit v1.2.3