diff options
| author | Bryce Harrington <bryce@bryceharrington.org> | 2015-06-06 23:46:12 +0000 |
|---|---|---|
| committer | bryce <bryce@ubuntu.com> | 2015-06-06 23:46:12 +0000 |
| commit | 038c8925627ee58835983d356b2e9bb152ecdabc (patch) | |
| tree | 2faefbef8069fb7dd775fdc2a763bce70c1eaf52 | |
| parent | Fix undo history entry for moving a layer (consistency) (diff) | |
| download | inkscape-038c8925627ee58835983d356b2e9bb152ecdabc.tar.gz inkscape-038c8925627ee58835983d356b2e9bb152ecdabc.zip | |
cmake: Drop todo for icons; the install of share takes care of this
(bzr r14195)
| -rw-r--r-- | CMakeLists.txt | 4 |
1 files 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 |
