From a0623aee578fd6d72641c6091349066559e6d5b4 Mon Sep 17 00:00:00 2001 From: hiker Date: Wed, 13 Apr 2016 07:40:47 +1000 Subject: [PATCH] Force fresh cmake configuration. --- sources.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources.cmake b/sources.cmake index ddc029d4f..f484b15d5 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/*")