mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-01-07 15:08:22 +01:00
3 lines
129 B
CMake
3 lines
129 B
CMake
add_executable(cpuinfo cpuinfo.cpp)
|
|
target_link_libraries(cpuinfo biscuit)
|
|
set_property(TARGET cpuinfo PROPERTY CXX_STANDARD 20)
|