Skip to content

Commit

Permalink
Specify C and CXX
Browse files Browse the repository at this point in the history
  • Loading branch information
sudara committed Oct 12, 2024
1 parent a96def6 commit c402a12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.20)

project(MelatoninBlur VERSION 1.0.0 LANGUAGES CXX
project(MelatoninBlur VERSION 1.0.0 LANGUAGES C CXX
DESCRIPTION "Fast Blurs for JUCE"
HOMEPAGE_URL "https://github.com/sudara/melatonin_blur")

Expand Down

0 comments on commit c402a12

Please sign in to comment.