vcpkg/ports/liblsl/fix-install.patch
Ehsan 8cf2067e57 [liblsl] Update library to 1.13.0-b11 (#7906)
* [liblsl] Update library to 1.13.0-b11

* Remove additional comments

* Change version in vcpkg_configure_cmake
2019-08-27 14:09:47 -07:00

14 lines
351 B
Diff

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 6f2b0ff..c22360f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -184,7 +184,7 @@ else()
set(LSLPREFIX "LSL/")
endif()
-add_executable(lslver testing/lslver.c)
+add_library(lslver STATIC testing/lslver.c)
target_link_libraries(lslver PRIVATE lsl)
install(TARGETS lsl lslver