]> git.zarvox.org Git - libtouchmouse.git/commit
Fix build on OSX.
authorDrew Fisher <drew.m.fisher@gmail.com>
Sun, 30 Oct 2011 22:42:05 +0000 (15:42 -0700)
committerDrew Fisher <drew.m.fisher@gmail.com>
Sun, 30 Oct 2011 22:42:05 +0000 (15:42 -0700)
commit58feb19b4994023502a75f63b562a908b45bcfec
tree1e867057fd8c145acdf6959bf3a0f0beabdc0c21
parent8dc658a8597e3e8f94c63804f9f3e9ad9f3b1108
Fix build on OSX.

Add LDFLAGS for the shared library via CMAKE_SHARED_LINKER_FLAGS.
Also actually link against the library we build.

Signed-off-by: Drew Fisher <drew.m.fisher@gmail.com>
CMakeLists.txt