Home
last modified time | relevance | path

Searched refs:addRelativeFile (Results 1 – 3 of 3) sorted by relevance

/dports/devel/juce/JUCE-f37e9a1/extras/Projucer/Source/Project/Modules/
H A Djucer_Modules.cpp236 group.addRelativeFile (file, -1, false); in addFileWithGroups()
/dports/devel/juce/JUCE-f37e9a1/extras/Projucer/Source/Project/
H A Djucer_Project.h399 … bool addRelativeFile (const build_tools::RelativePath& file, int insertIndex, bool shouldCompile);
H A Djucer_Project.cpp1910 bool Project::Item::addRelativeFile (const build_tools::RelativePath& file, int insertIndex, bool s… in addRelativeFile() function in Project::Item