mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 06:29:08 +08:00
ea82e46508
Co-authored-by: LilyWangL <wangli28@beyondsoft.com> Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
12 lines
320 B
Diff
12 lines
320 B
Diff
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
index cc6789f..d2757f9 100644
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -95,3 +95,6 @@ IF(BUILD_DEMO)
|
|
ENDIF(BUILD_DEMO)
|
|
|
|
#SUBDIRS(matlab)
|
|
+
|
|
+install(TARGETS levmar LIBRARY DESTINATION "lib/")
|
|
+install(FILES "${CMAKE_SOURCE_DIR}/levmar.h" DESTINATION "include/levmar/")
|