]> git.cworth.org Git - apitrace/blobdiff - wrappers/CMakeLists.txt
common: Add copyright headers to trace_backtrace.hpp
[apitrace] / wrappers / CMakeLists.txt
index 6c33ead54ecc58b1370ce04852cec5312b17b429..06da61e7abb4d3b94a6c9e88a6397bf33c2b31e1 100644 (file)
@@ -174,6 +174,7 @@ if (WIN32)
                 ${CMAKE_SOURCE_DIR}/specs/d3d10misc.py
                 ${CMAKE_SOURCE_DIR}/specs/d3d10sdklayers.py
                 ${CMAKE_SOURCE_DIR}/specs/d3dcommon.py
+                ${CMAKE_SOURCE_DIR}/specs/dxgi1_2.py
                 ${CMAKE_SOURCE_DIR}/specs/dxgi.py
                 ${CMAKE_SOURCE_DIR}/specs/dxgitype.py
                 ${CMAKE_SOURCE_DIR}/specs/dxgiformat.py
@@ -420,6 +421,7 @@ elseif (X11_FOUND)
         common
         ${ZLIB_LIBRARIES}
         ${SNAPPY_LIBRARIES}
+        ${LIBBACKTRACE_LIBRARIES}
         ${CMAKE_THREAD_LIBS_INIT}
         dl
     )
@@ -468,6 +470,7 @@ if (ENABLE_EGL AND NOT WIN32 AND NOT APPLE)
         common
         ${ZLIB_LIBRARIES}
         ${SNAPPY_LIBRARIES}
+        ${LIBBACKTRACE_LIBRARIES}
         ${CMAKE_THREAD_LIBS_INIT}
         dl
     )