Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View espositofulvio's full-sized avatar

Fulvio Esposito espositofulvio

View GitHub Profile
@espositofulvio
espositofulvio / boxstarter.txt
Created January 4, 2019 11:35
MyBoxstarter
# Set PC name
$computername = "undisclosed"
if ($env:computername -ne $computername) {
Rename-Computer -NewName $computername
}
# Install applications
choco install -y sysinternals
choco install -y vscode
choco install -y cmdermini
[tool.poetry]
name = "altair"
version = "0.1.0"
description = "A shiny and fast web framework"
license = "Apache-2.0"
authors = [ "Fulvio Esposito <esposito.fulvio@gmail.com>" ]
readme = "README.md"
build = "build.py"
[tool.poetry.dependencies]
diff --git a/CMakeLists.txt b/CMakeLists.txt
index be6fbbe..0c3e190 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,293 +1,292 @@
# See www/CMake.html for instructions on how to build libcxx with CMake.
#===============================================================================
# Setup Project
#===============================================================================