Skip to content

Instantly share code, notes, and snippets.

View jginternational's full-sized avatar
🐿️
Squirreling

Javi Gárate jginternational

🐿️
Squirreling
View GitHub Profile
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Python: current file",
"type": "python",
"request": "launch",
@jginternational
jginternational / configure.bat
Last active June 22, 2021 16:33
Kratos Windows compilation sctipt
rem Set compiler
@echo off
set CC=cl.exe
set CXX=cl.exe
rem Set variables
set KRATOS_SOURCE=~0,-1%/..
set KRATOS_BUILD=%KRATOS_SOURCE%/build
set KRATOS_APP_DIR=applications