mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-03-09 12:46:27 +00:00
4 lines
129 B
CMake
4 lines
129 B
CMake
add_executable(cpuinfo cpuinfo.cpp)
|
|
target_link_libraries(cpuinfo biscuit)
|
|
set_property(TARGET cpuinfo PROPERTY CXX_STANDARD 20)
|