mirror of
https://github.com/yuzu-emu/FasTC
synced 2024-11-22 10:34:02 +00:00
Move stopwatch.h to Core/src/include
This commit is contained in:
parent
840ae71cbc
commit
65b874693e
2 changed files with 1 additions and 1 deletions
|
@ -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" )
|
||||
|
|
Loading…
Reference in a new issue