1
0
Fork 0
mirror of https://gitlab.com/niansa/libjustchat.git synced 2025-03-06 20:48:31 +01:00

Removed commoncpp from CMakeLists.txt

This commit is contained in:
niansa 2023-06-10 16:24:34 +02:00
parent a0a30032b6
commit 42a88a5954

View file

@ -2,8 +2,6 @@ cmake_minimum_required(VERSION 3.5)
project(libjustchat LANGUAGES CXX)
add_subdirectory(commoncpp)
add_library(justchat STATIC
include/justchat/model_config.hpp model_config.cpp
include/justchat/chat.hpp chat.cpp