projects
/
libtouchmouse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
62d0311
)
Use variable names instead of library names explicitly.
author
Drew Fisher
<drew.m.fisher@gmail.com>
Mon, 14 Nov 2011 07:35:55 +0000
(23:35 -0800)
committer
Drew 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
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index 61f6be77eaf4404f8acb82e29caa86d4f6c70a4f..6a41c19c2df4f3d19474193866c205c521f7cdbf 100644
(file)
--- a/
CMakeLists.txt
+++ b/
CMakeLists.txt
@@
-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