From b2adcf3bf3a6326628b5413bddae2742073d8078 Mon Sep 17 00:00:00 2001 From: CJentzsch Date: Mon, 20 Apr 2015 22:48:53 +0200 Subject: Restructure test folders --- libsolidity/CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 libsolidity/CMakeLists.txt (limited to 'libsolidity/CMakeLists.txt') diff --git a/libsolidity/CMakeLists.txt b/libsolidity/CMakeLists.txt new file mode 100644 index 00000000..3ceda13b --- /dev/null +++ b/libsolidity/CMakeLists.txt @@ -0,0 +1,5 @@ +cmake_policy(SET CMP0015 NEW) + +aux_source_directory(. SRCS) + +add_sources(${SRCS}) -- cgit v1.2.3