mirror of
https://github.com/yuzu-emu/FasTC.git
synced 2024-11-23 22:05:38 +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...
|
||||
SET( HEADERS ${HEADERS} "src/StopWatch.h" )
|
||||
SET( HEADERS ${HEADERS} "include/StopWatch.h" )
|
||||
|
||||
IF( WIN32 )
|
||||
SET( SOURCES ${SOURCES} "src/StopWatchWin32.cpp" )
|
||||
|
Loading…
Reference in New Issue
Block a user