mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2025-03-05 13:45:36 +00: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)
|