]> git.cworth.org Git - apitrace/blobdiff - CMakeLists.txt
Bundle less (version 444) for Windows.
[apitrace] / CMakeLists.txt
index 31daa303531a45ea1439913c05050df50b9c6db2..a9b8f33c88b066924860aa42c830f754de0d5e3b 100755 (executable)
@@ -169,6 +169,10 @@ if (MSVC)
     set (GETOPT_LIBRARIES getopt_bundled)
 endif ()
 
+if (WIN32)
+    add_subdirectory (thirdparty/less)
+endif ()
+
 # The Qt website provides binaries for Windows and MacOSX, and they are
 # automatically found by cmake without any manual intervention.  The situation
 # for QJSON is substantially different: there are no binaries for QJSON