X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=CMakeLists.txt;h=9fe20026c6e438be1778bd8fff0bf6e64d591f57;hb=c748fbcb434374ec13e14cc837ade7c581789e0c;hp=2edc51b84ae9069f8138ea3f02cc67b7ad7cd0cc;hpb=33b9a0fb1189e9fb3c0cb9abfb8c4ea5946a19a9;p=apitrace diff --git a/CMakeLists.txt b/CMakeLists.txt index 2edc51b..9fe2002 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -70,7 +70,7 @@ include (CheckCXXCompilerFlag) if (WIN32) # http://msdn.microsoft.com/en-us/library/aa383745.aspx - add_definitions (-D_WIN32_WINNT=0x0501 -DWINVER=0x0501) + add_definitions (-D_WIN32_WINNT=0x0601 -DWINVER=0x0601) else (WIN32) CHECK_CXX_COMPILER_FLAG("-fvisibility=hidden" CXX_COMPILER_FLAG_VISIBILITY) if (CXX_COMPILER_FLAG_VISIBILITY) @@ -295,6 +295,7 @@ add_library (common STATIC common/trace_loader.cpp common/trace_resource.cpp common/trace_tools_trace.cpp + common/trace_profiler.cpp common/image.cpp common/image_bmp.cpp common/image_pnm.cpp