Updated Entity Framework to 2.2.6, Removed PrintCredentials() Method call on login, working on #55
This commit is contained in:
@@ -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})
|
||||
Reference in New Issue
Block a user