Ninjaclasher / testcase-generator Star 13 Code Issues Pull requests A testcase generator for easily creating testcases for online judges. online-judges testcase-generator Updated Mar 16, 2020 Python nevikw39 / oj Star 13 Code Issues Pull requests My low-quality and poor-performance co...
cmake .. -DVCPKG_TARGET_TRIPLET:STRING="x64-windows-static" -DCMAKE_TOOLCHAIN_FILE:STRING="..\vcpkg\scripts\buildsystems\vcpkg.cmake" -DEMU_EXPERIMENTAL_BUILD:BOOL=ON Build with the ninja build system To build a cmake config generated with Ninja: ...
cmake .. -DVCPKG_TARGET_TRIPLET:STRING="x64-windows-static" -DCMAKE_TOOLCHAIN_FILE:STRING="..\vcpkg\scripts\buildsystems\vcpkg.cmake" -DEMU_EXPERIMENTAL_BUILD:BOOL=ON Build with the ninja build system To build a cmake config generated with Ninja: ...
cmake .. -G "Ninja" -DVCPKG_TARGET_TRIPLET:STRING="x64-windows-static" -DCMAKE_TOOLCHAIN_FILE:STRING="..\vcpkg\scripts\buildsystems\vcpkg.cmake" Change the target build type To set the build type, append-DCMAKE_BUILD_TYPE:STRING="<Build Type>"e.g. ...