mirror of
https://github.com/azahar-emu/dynarmic
synced 2025-11-08 16:10:05 +01: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)
|