diff options
author | Jari Vetoniemi <mailroxas@gmail.com> | 2014-03-18 19:35:10 +0200 |
---|---|---|
committer | Jari Vetoniemi <mailroxas@gmail.com> | 2014-03-18 19:35:10 +0200 |
commit | ff314f3c5e1b30fed112adb97ab5d29f5a2e108b (patch) | |
tree | 977e1e7fe3d8e9567d898185dccf62c00e0fda88 /test | |
parent | 02435064485e8cfdebf29e2279ca5b6cd8bb140b (diff) | |
download | bemenu-ff314f3c5e1b30fed112adb97ab5d29f5a2e108b.tar.gz bemenu-ff314f3c5e1b30fed112adb97ab5d29f5a2e108b.tar.bz2 bemenu-ff314f3c5e1b30fed112adb97ab5d29f5a2e108b.zip |
Add project skeleton
Diffstat (limited to 'test')
-rw-r--r-- | test/CMakeLists.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt new file mode 100644 index 0000000..8da6d4a --- /dev/null +++ b/test/CMakeLists.txt @@ -0,0 +1,5 @@ +INCLUDE(CTest) + +# TODO: write test CMakeLists + +# vim: set ts=8 sw=4 tw=0 : |