]> git.cworth.org Git - apitrace/blobdiff - thirdparty/getopt/CMakeLists.txt
Bundle BSD getopt.
[apitrace] / thirdparty / getopt / CMakeLists.txt
diff --git a/thirdparty/getopt/CMakeLists.txt b/thirdparty/getopt/CMakeLists.txt
new file mode 100644 (file)
index 0000000..fc46f7d
--- /dev/null
@@ -0,0 +1,5 @@
+include_directories (${CMAKE_CURRENT_SOURCE_DIR})
+
+add_library (getopt_bundled STATIC
+    getopt_long.c
+)