From 34bc2fad35e378f87c3650cf62652ae7e97d733e Mon Sep 17 00:00:00 2001 From: Maxim Biro Date: Sun, 21 Jul 2013 21:17:08 -0400 Subject: Fixed tabulation --- CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 187c0794..c16ce6fe 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,11 +12,11 @@ macro(linkCoreLibraries exe_name) add_dependencies(${exe_name} core) if(WIN32) include_directories(${CMAKE_HOME_DIRECTORY}/sodium/include/) - target_link_libraries(${exe_name} core - ${CMAKE_SOURCE_DIR}/sodium/lib/libsodium.a + target_link_libraries(${exe_name} core + ${CMAKE_SOURCE_DIR}/sodium/lib/libsodium.a ws2_32) else() - target_link_libraries(${exe_name} core + target_link_libraries(${exe_name} core sodium) endif() endmacro() -- cgit v1.2.3