1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-10-06 09:17:07 +02:00

Add LANGUAGES to CMakeLists

This commit is contained in:
Elias Steurer 2021-01-03 16:54:51 +01:00
parent 5e6b33db68
commit 40b5c5472b

View File

@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.16.0)
project(ScreenPlay)
project(ScreenPlay LANGUAGES CXX)
# This sets cmake to compile all dlls into the main directory
set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin)