mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-17 06:28:17 +08:00
remove 'usage' file
This commit is contained in:
parent
108faffff4
commit
6d7d456ec9
@ -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.
|
||||
|
@ -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)
|
||||
|
@ -1,4 +0,0 @@
|
||||
The package wxchartdir provides CMake targets:
|
||||
|
||||
find_package(wxchartdir CONFIG REQUIRED)
|
||||
target_link_libraries(main PRIVATE wxchartdir)
|
Loading…
x
Reference in New Issue
Block a user