aboutsummaryrefslogtreecommitdiff
path: root/DefineOptions.cmake
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cynapses.org>2010-12-29 14:14:25 +0100
committerAndreas Schneider <asn@cryptomilk.org>2011-05-31 19:45:28 +0200
commitd72da6e93f6a2f9f1aebb0de5f6ab3b3655d65c1 (patch)
tree6c8f7aafbe6f79dd8b208d1d40144cb2e307edf5 /DefineOptions.cmake
parentdafc2dd4bd95e991ec69a22a729f9e0c79c6ca2e (diff)
downloadcmocka-d72da6e93f6a2f9f1aebb0de5f6ab3b3655d65c1.tar.gz
cmocka-d72da6e93f6a2f9f1aebb0de5f6ab3b3655d65c1.tar.xz
cmocka-d72da6e93f6a2f9f1aebb0de5f6ab3b3655d65c1.zip
build: Added option to build with static library.
Diffstat (limited to 'DefineOptions.cmake')
-rw-r--r--DefineOptions.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/DefineOptions.cmake b/DefineOptions.cmake
new file mode 100644
index 0000000..820d93d
--- /dev/null
+++ b/DefineOptions.cmake
@@ -0,0 +1 @@
+option(WITH_STATIC_LIB "Build with a static library" OFF)