From: José Fonseca Date: Wed, 14 Nov 2012 14:47:51 +0000 (+0000) Subject: retrace: Fix MSVC build. X-Git-Url: https://git.cworth.org/git?p=apitrace;a=commitdiff_plain;h=66ee52d87f1e740e3085dc481e2bd6a6dc41f279 retrace: Fix MSVC build. --- diff --git a/retrace/CMakeLists.txt b/retrace/CMakeLists.txt index bc2c303..c582338 100644 --- a/retrace/CMakeLists.txt +++ b/retrace/CMakeLists.txt @@ -43,6 +43,7 @@ target_link_libraries (retrace_common ${PNG_LIBRARIES} ${ZLIB_LIBRARIES} ${SNAPPY_LIBRARIES} + ${GETOPT_LIBRARIES} ) add_library (glretrace_common