Skip to content

Instantly share code, notes, and snippets.

#include "AdditionalFuncs.h"
#include "Callback.h"
#include "DefaultLookAndFeel.h"
#include "JuceHeader.h"
#include "WindowManager.h"
class CommuniCare_Client : public JUCEApplication
{
public:
CommuniCare_Client() {}
david@BRAIN-PC D:\Projects\Development\CommuniCare_eV\CommuniCare_Manager\Builds\Ninja
$ dir
Datenträger in Laufwerk D: ist Data
Volumeseriennummer: F2A0-01AB
Verzeichnis von D:\Projects\Development\CommuniCare_eV\CommuniCare_Manager\Builds\Ninja
09.10.2019 02:14 <DIR> .
09.10.2019 02:14 <DIR> ..
0 Datei(en), 0 Bytes
david@BRAIN-PC D:\Projects\Development\CommuniCare_eV\CommuniCare_Manager\Builds\Ninja
$ dir
Datenträger in Laufwerk D: ist Data
Volumeseriennummer: F2A0-01AB
Verzeichnis von D:\Projects\Development\CommuniCare_eV\CommuniCare_Manager\Builds\Ninja
09.10.2019 02:18 <DIR> .
09.10.2019 02:18 <DIR> ..
0 Datei(en), 0 Bytes
david@BRAIN-PC D:\Projects\Development\CommuniCare_eV\CommuniCare_Manager\Builds\MSVC
$ dir
Datenträger in Laufwerk D: ist Data
Volumeseriennummer: F2A0-01AB
Verzeichnis von D:\Projects\Development\CommuniCare_eV\CommuniCare_Manager\Builds\MSVC
09.10.2019 02:25 <DIR> .
09.10.2019 02:25 <DIR> ..
0 Datei(en), 0 Bytes
D:\Projects\Development\CommuniCare_eV\CommuniCare_Manager\Builds\Ninja>cmake -G "MinGW Makefiles" ..\..\
-- The C compiler identification is GNU 8.1.0
-- The CXX compiler identification is GNU 8.1.0
-- Check for working C compiler: D:/mingw-w64/mingw64/bin/gcc.exe
-- Check for working C compiler: D:/mingw-w64/mingw64/bin/gcc.exe -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: D:/mingw-w64/mingw64/bin/g++.exe
(insert) dustvoice@dustvoice-VirtualBox:~/Projects/Development/CommuniCare_eV/CommuniCare_Manager/Builds/Linux$ cmake -DJUCE_PATH=~/JUCE/modules ../../
-- The C compiler identification is GNU 8.3.0
-- The CXX compiler identification is GNU 8.3.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
cmake_minimum_required(VERSION 3.4)
project(CommuniCare_eV_Manager)
# =======================
# | Set project version |
# =======================
set(CommuniCare_eV_Manager_MAJOR 1)
set(CommuniCare_eV_Manager_MAJOR 12)
# ==========================
cmake_minimum_required(VERSION 3.4)
project("CommuniCare e.V. Manager")
# =======================
# | Set project version |
# =======================
set(CommuniCare_eV_Manager_MAJOR 1)
set(CommuniCare_eV_Manager_MAJOR 12)
# ==========================