diff --git a/Core/CMakeLists.txt b/Core/CMakeLists.txt index fbc7036..551b8ec 100644 --- a/Core/CMakeLists.txt +++ b/Core/CMakeLists.txt @@ -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" ) diff --git a/Core/src/StopWatch.h b/Core/include/StopWatch.h similarity index 100% rename from Core/src/StopWatch.h rename to Core/include/StopWatch.h