mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 17:29:01 +08:00
8cf2067e57
* [liblsl] Update library to 1.13.0-b11 * Remove additional comments * Change version in vcpkg_configure_cmake
14 lines
351 B
Diff
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
|