mirror of
https://github.com/yuzu-emu/FasTC.git
synced 2024-11-24 00:15:40 +01:00
Move stopwatch.h to Core/src/include
This commit is contained in:
parent
840ae71cbc
commit
65b874693e
@ -64,7 +64,7 @@ SET( HEADERS
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Make sure to add the appropriate stopwatch files...
|
# Make sure to add the appropriate stopwatch files...
|
||||||
SET( HEADERS ${HEADERS} "src/StopWatch.h" )
|
SET( HEADERS ${HEADERS} "include/StopWatch.h" )
|
||||||
|
|
||||||
IF( WIN32 )
|
IF( WIN32 )
|
||||||
SET( SOURCES ${SOURCES} "src/StopWatchWin32.cpp" )
|
SET( SOURCES ${SOURCES} "src/StopWatchWin32.cpp" )
|
||||||
|
Loading…
Reference in New Issue
Block a user