From f6aa05ec1cd0632cd00d822229ec8fb62a84b964 Mon Sep 17 00:00:00 2001 From: hiker Date: Fri, 24 Oct 2014 10:30:23 +1100 Subject: [PATCH] Modified to trigger automatic rerun of cmake. --- sources.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources.cmake b/sources.cmake index f484b15d5..dfc0e3774 100644 --- a/sources.cmake +++ b/sources.cmake @@ -1,5 +1,5 @@ # Modify this file to change the last-modified date when you add/remove a file. -# This will then trigger a new cmake run automatically. +# This will then trigger a new cmake run automatically. file(GLOB_RECURSE STK_HEADERS RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} "src/*.hpp") file(GLOB_RECURSE STK_SOURCES RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} "src/*.cpp") file(GLOB_RECURSE STK_SHADERS RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} "data/shaders/*")