Move stopwatch.h to Core/src/include

This commit is contained in:
Pavel Krajcevski 2014-03-20 18:32:54 -04:00
parent 840ae71cbc
commit 65b874693e
2 changed files with 1 additions and 1 deletions

View file

@ -64,7 +64,7 @@ SET( HEADERS
)
# Make sure to add the appropriate stopwatch files...
SET( HEADERS ${HEADERS} "src/StopWatch.h" )
SET( HEADERS ${HEADERS} "include/StopWatch.h" )
IF( WIN32 )
SET( SOURCES ${SOURCES} "src/StopWatchWin32.cpp" )