From 022f148701651bb0a7d9148a324a7fa1fa135a1e Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Fri, 2 Jun 2023 00:21:41 -0500 Subject: [PATCH] [teagba] Make install library --- deps/teagba/src/CMakeLists.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/deps/teagba/src/CMakeLists.txt b/deps/teagba/src/CMakeLists.txt index bc66dc31..92fa730a 100644 --- a/deps/teagba/src/CMakeLists.txt +++ b/deps/teagba/src/CMakeLists.txt @@ -19,3 +19,11 @@ target_link_libraries( TeaGBA PUBLIC OxStd ) + +install( + TARGETS + TeaGBA + DESTINATION + LIBRARY DESTINATION lib + ARCHIVE DESTINATION lib +) \ No newline at end of file