aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cmake-test/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake-test/CMakeLists.txt b/cmake-test/CMakeLists.txt
index 815d127..b191317 100644
--- a/cmake-test/CMakeLists.txt
+++ b/cmake-test/CMakeLists.txt
@@ -1,6 +1,7 @@
1# Simple CMake project to test the use of dlfcn-win32 1# Simple CMake project to test the use of dlfcn-win32
2# imported target. The test compiled is the same compiled 2# imported target. The test compiled is the same compiled
3# as part of the main dlfcn-win32 project 3# as part of the main dlfcn-win32 project
4project(dlfcn-win32-test)
4 5
5cmake_minimum_required(VERSION 3.0) 6cmake_minimum_required(VERSION 3.0)
6 7