Skip to content

Commit 9a44668

Browse files
authored
Merge pull request #608 from bratpiorka/rrudnick_third_party
add Third Party Programs file
2 parents a77ecd0 + ffb4da9 commit 9a44668

File tree

3 files changed

+393
-0
lines changed

3 files changed

+393
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -519,6 +519,7 @@ endif()
519519
# Configure make install/uninstall and packages
520520
# --------------------------------------------------------------------------- #
521521
install(FILES ${CMAKE_SOURCE_DIR}/LICENSE.TXT
522+
${CMAKE_SOURCE_DIR}/third-party-programs.txt
522523
DESTINATION "${CMAKE_INSTALL_DATAROOTDIR}/doc/${PROJECT_NAME}/")
523524

524525
install(DIRECTORY examples DESTINATION "${CMAKE_INSTALL_DOCDIR}")

test/test_installation.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ def _create_match_list(self) -> List[str]:
146146
examples.insert(0, "share/doc/umf/examples")
147147
share.extend(examples)
148148
share.append("share/doc/umf/LICENSE.TXT")
149+
share.append("share/doc/umf/third-party-programs.txt")
149150

150151
all_files = bin + include + lib + share
151152
if platform.system() == "Windows":

0 commit comments

Comments
 (0)