mirror of
https://github.com/dolphin-emu/hwtests.git
synced 2026-01-31 01:05:17 +01:00
8 lines
124 B
CMake
8 lines
124 B
CMake
add_library(hwtests_common
|
|
hwtests.cpp
|
|
timebase.h
|
|
timebase.s
|
|
)
|
|
|
|
target_link_libraries(hwtests_common PUBLIC fmt::fmt)
|