diff options
Diffstat (limited to 'Tests/TryCompile/Inner')
-rw-r--r-- | Tests/TryCompile/Inner/CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Tests/TryCompile/Inner/CMakeLists.txt b/Tests/TryCompile/Inner/CMakeLists.txt new file mode 100644 index 0000000..b604426 --- /dev/null +++ b/Tests/TryCompile/Inner/CMakeLists.txt @@ -0,0 +1,4 @@ +cmake_minimum_required(VERSION 2.6) +project(TryCompileInner C) + +add_executable(inner ../pass.c) |