8b182befa5
Update to 1.8 OBS-URL: https://build.opensuse.org/request/show/134147 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/taglib?expand=0&rev=41
14 lines
473 B
Diff
14 lines
473 B
Diff
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
index 20a1141..0e9e884 100644
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -94,7 +94,7 @@ if(BUILD_TESTS)
|
|
endif(BUILD_TESTS)
|
|
add_subdirectory(examples)
|
|
|
|
-configure_file(${CMAKE_CURRENT_SOURCE_DIR}/Doxyfile.cmake ${CMAKE_CURRENT_BINARY_DIR}/Doxyfile)
|
|
+configure_file(${CMAKE_CURRENT_SOURCE_DIR}/Doxyfile.cmake ${CMAKE_CURRENT_SOURCE_DIR}/Doxyfile)
|
|
file(COPY doc/taglib.png DESTINATION doc)
|
|
add_custom_target(docs doxygen)
|
|
|