Luke Granger-Brown
57725ef3ec
git-subtree-dir: third_party/nixpkgs git-subtree-split: 76612b17c0ce71689921ca12d9ffdc9c23ce40b2
34 lines
670 B
Diff
34 lines
670 B
Diff
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
index abaace2..5e3465c 100644
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -182,10 +182,10 @@ if(WIN32)
|
|
RUNTIME DESTINATION ./
|
|
)
|
|
else()
|
|
- install(TARGETS
|
|
- ${LIB_STEAMCLIENT}
|
|
- LIBRARY DESTINATION ./
|
|
- )
|
|
+ # install(TARGETS
|
|
+ #${LIB_STEAMCLIENT}
|
|
+ #LIBRARY DESTINATION ./
|
|
+ #)
|
|
endif()
|
|
|
|
if(NOT WIN32)
|
|
@@ -220,10 +220,10 @@ if(WIN32)
|
|
RUNTIME DESTINATION ./
|
|
)
|
|
else()
|
|
- install(TARGETS
|
|
- ${LIB_STEAMNETWORKINGSOCKETS}
|
|
- LIBRARY DESTINATION ./
|
|
- )
|
|
+ # install(TARGETS
|
|
+ # ${LIB_STEAMNETWORKINGSOCKETS}
|
|
+ # LIBRARY DESTINATION ./
|
|
+ # )
|
|
endif()
|
|
|
|
if(NOT WIN32)
|