Skip to content

Commit

Permalink
Add modules for CLion module resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
ebenoist committed Sep 1, 2016
1 parent 21925fa commit eba49ba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion juce.cmake
Expand Up @@ -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
Expand Down Expand Up @@ -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})
add_dependencies(virtual_TARGET ${main_TARGET})

0 comments on commit eba49ba

Please sign in to comment.