dynarmic/externals/biscuit/examples/cpuinfo/CMakeLists.txt

4 lines
129 B
CMake
Raw Normal View History

add_executable(cpuinfo cpuinfo.cpp)
target_link_libraries(cpuinfo biscuit)
set_property(TARGET cpuinfo PROPERTY CXX_STANDARD 20)