workaround for Unknown extension ".c" for file issue

http://www.grokit.ca/cnt/CMakeProblemsSolutions/
This commit is contained in:
Dmytro Milinevskyi 2020-02-16 19:57:49 +01:00
parent 4b7c05903b
commit af75985ec6

View File

@ -3,6 +3,8 @@
cmake_minimum_required(VERSION 3.2)
ENABLE_LANGUAGE(C)
#---------------------------------------------------------------------------------------
# Start spdlog project
#---------------------------------------------------------------------------------------