Skip to content

Commit

Permalink
CMake: make lobby lib explicitly static
Browse files Browse the repository at this point in the history
  • Loading branch information
hoijui committed Dec 23, 2009
1 parent b1b171a commit 08583f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rts/lib/liblobby/CMakeLists.txt
@@ -1,4 +1,4 @@
add_library(lobby Connection)
add_library(lobby STATIC Connection)
target_link_libraries(lobby ${WIN32_LIBRARIES} ${Boost_SYSTEM_LIBRARY} ${Boost_THREAD_LIBRARY})

add_executable(testapp EXCLUDE_FROM_ALL Test/testapp)
Expand Down

0 comments on commit 08583f4

Please sign in to comment.