From d20441d45ea70ebac25774be1b8a65894e3ad2f6 Mon Sep 17 00:00:00 2001 From: hiker Date: Mon, 3 Nov 2014 08:34:47 +1100 Subject: [PATCH] Modified to trigger automatic cmake run. --- sources.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sources.cmake b/sources.cmake index eda8126d2..5b3d0c21e 100644 --- a/sources.cmake +++ b/sources.cmake @@ -1,6 +1,6 @@ # 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/*") -file(GLOB_RECURSE STK_RESOURCES RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} "${PROJECT_BINARY_DIR}/tmp/*.rc") \ No newline at end of file +file(GLOB_RECURSE STK_RESOURCES RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} "${PROJECT_BINARY_DIR}/tmp/*.rc")