From 66ee52d87f1e740e3085dc481e2bd6a6dc41f279 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jos=C3=A9=20Fonseca?= Date: Wed, 14 Nov 2012 14:47:51 +0000 Subject: [PATCH] retrace: Fix MSVC build. --- retrace/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) 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 -- 2.43.0