From eba49ba5835da97044a690406d557f792da11a25 Mon Sep 17 00:00:00 2001 From: Erik Benoist Date: Wed, 31 Aug 2016 21:47:25 -0500 Subject: [PATCH] Add modules for CLion module resolution --- juce.cmake | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/juce.cmake b/juce.cmake index 2a19b1f..4a3bef4 100644 --- a/juce.cmake +++ b/juce.cmake @@ -56,6 +56,7 @@ file(GLOB_RECURSE juce_SOURCES # Help some IDEs with #include completion include_directories(${juce_SOURCE_DIR}) +include_directories(${juce_SOURCE_DIR}/modules) # Create a fake shared library so that the IDE project will associate the # project sources with a target. This target will usually not compile since @@ -86,4 +87,4 @@ set_target_properties(virtual_TARGET "${plugin_OUTPUT}") # Allow the main target to build with the external build target -add_dependencies(virtual_TARGET ${main_TARGET}) \ No newline at end of file +add_dependencies(virtual_TARGET ${main_TARGET})