remove 'usage' file

This commit is contained in:
zi-m 2019-09-07 23:16:27 +02:00
parent 108faffff4
commit 6d7d456ec9
3 changed files with 1 additions and 6 deletions

View File

@ -1,5 +1,5 @@
Source: wxchartdir
Version: 1.0.0
Build-Depends: chartdir (!arm&!uwp), wxwidgets
Build-Depends: chartdir, wxwidgets
Homepage: https://github.com/utelle/wxchartdir
Description: wxChartDir provides components for the integration and use of the commercial C++ library ChartDirector, a universal chart component developed by Advanced Software Engineering Ltd, in wxWidgets based applications.

View File

@ -38,7 +38,6 @@ file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include)
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/share)
configure_file(${SOURCE_PATH}/COPYING.txt ${CURRENT_PACKAGES_DIR}/share/wxchartdir/copyright COPYONLY)
file(COPY ${CMAKE_CURRENT_LIST_DIR}/usage DESTINATION ${CURRENT_PACKAGES_DIR}/share/wxchartdir)
file(COPY ${SOURCE_PATH}/CHARTDIRECTOR-LICENSE.TXT DESTINATION ${CURRENT_PACKAGES_DIR}/share/wxchartdir)
file(COPY ${SOURCE_PATH}/CHARTDIRECTOR-README.TXT DESTINATION ${CURRENT_PACKAGES_DIR}/share/wxchartdir)

View File

@ -1,4 +0,0 @@
The package wxchartdir provides CMake targets:
find_package(wxchartdir CONFIG REQUIRED)
target_link_libraries(main PRIVATE wxchartdir)