Mark all projects as C++-only. (#1554)

This commit is contained in:
Andreas Süßenbach
2023-04-05 09:50:26 +02:00
committed by GitHub
parent be1bb7645f
commit bf8bee64e1
23 changed files with 21 additions and 28 deletions

View File

@@ -14,7 +14,7 @@
cmake_minimum_required(VERSION 3.2)
project(DispatchLoaderDynamicSharedLibraryClient)
project(DispatchLoaderDynamicSharedLibraryClient LANGUAGES CXX)
set(HEADERS
)