]> git.zarvox.org Git - libtouchmouse.git/commitdiff
Use variable names instead of library names explicitly.
authorDrew Fisher <drew.m.fisher@gmail.com>
Mon, 14 Nov 2011 07:35:55 +0000 (23:35 -0800)
committerDrew Fisher <drew.m.fisher@gmail.com>
Mon, 14 Nov 2011 07:35:55 +0000 (23:35 -0800)
Signed-off-by: Drew Fisher <drew.m.fisher@gmail.com>
CMakeLists.txt

index 61f6be77eaf4404f8acb82e29caa86d4f6c70a4f..6a41c19c2df4f3d19474193866c205c521f7cdbf 100644 (file)
@@ -38,7 +38,7 @@ set(CMAKE_C_FLAGS "-Wall -ggdb")
 add_library(touchmouse SHARED ${LIBSRC})
 
 if(WIN32)
-       target_link_libraries(touchmouse setupapi)
+       target_link_libraries(touchmouse ${PLATFORM_LIBS})
 endif()
 
 # Build examples