summaryrefslogtreecommitdiff
path: root/tests/examplefiles/main.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'tests/examplefiles/main.cmake')
-rw-r--r--tests/examplefiles/main.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/examplefiles/main.cmake b/tests/examplefiles/main.cmake
index 71dc3ce7..6dfcab10 100644
--- a/tests/examplefiles/main.cmake
+++ b/tests/examplefiles/main.cmake
@@ -1,6 +1,7 @@
CMAKE_MINIMUM_REQUIRED(VERSION 2.6 FATAL_ERROR)
SET( SOURCES back.c io.c main.c )
+SET( PATH $ENV{PATH} )
MESSAGE( ${SOURCES} ) # three arguments, prints "back.cio.cmain.c"
MESSAGE( "${SOURCES}" ) # one argument, prints "back.c;io.c;main.c"
MESSAGE( "" ) # one argument, prints "" an empty line