Updated Entity Framework to 2.2.6, Removed PrintCredentials() Method call on login, working on #55

This commit is contained in:
kdeng00
2019-08-03 14:26:18 -04:00
parent d80842e517
commit 2d984813ec
6 changed files with 97 additions and 4 deletions
+10
View File
@@ -0,0 +1,10 @@
cmake_minimum_required(VERSION 3.10)
project(icarus)
set(CMAKE_CXX_STANDARD 17)
set(SOURCES
src/icarus.cpp
)
add_library(icarus SHARED ${SOURCES})