mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
150dbbe3ba
- Update COMMENT - Update LICENSE_FILE - Add EXAMPLES option - Update pkg-descr - Update WWW - Bump PORTREVISION for dependent ports Changes: https://github.com/libkml/libkml/releases
12 lines
412 B
Plaintext
12 lines
412 B
Plaintext
--- examples/xsd/CMakeLists.txt.orig 2015-12-21 17:23:05 UTC
|
|
+++ examples/xsd/CMakeLists.txt
|
|
@@ -1,5 +1,5 @@
|
|
if(INSTALL_EXAMPLES)
|
|
- install(FILES
|
|
- domviewer.py
|
|
- DESTINATION examples/xsd) #compile py
|
|
+ file(GLOB eg_files "${CMAKE_CURRENT_SOURCE_DIR}/*.cc")
|
|
+ install(FILES ${eg_files} DESTINATION ${KML_EXAMPLES_DIR}/xsd)
|
|
+ install(FILES kml-aliases.txt DESTINATION ${KML_EXAMPLES_DIR}/xsd)
|
|
endif()
|