ran cmkr so that cmake configures to build x86 only...

main
IDontCode 2 years ago
parent 96f087c3bf
commit ace731e94d

@ -23,6 +23,8 @@ if(CMKR_ROOT_PROJECT)
configure_file(cmake.toml cmake.toml COPYONLY) configure_file(cmake.toml cmake.toml COPYONLY)
endif() endif()
set(UNICORN_ARCH x86)
project(vmprofiler) project(vmprofiler)
# deps # deps

Loading…
Cancel
Save