Skip to content

Commit 8e88955

Browse files
authored
ofxGStreamer core files are now organized in "other" folder
in Visual Studio Code
1 parent 1a26fda commit 8e88955

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

commandLine/src/projects/visualStudioProject.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,10 @@ void visualStudioProject::addSrc(const fs::path & srcFile, const fs::path & fold
172172
string folderString = folder.string();
173173
fixSlashOrder(folderString);
174174

175+
// Made to address ofxGstreamer - adds some core files
176+
if (folderString == "") {
177+
folderString = "other";
178+
}
175179

176180
// FIXME: Convert to FS::path
177181
std::vector < string > folderSubNames = ofSplitString(folderString, "\\");

0 commit comments

Comments
 (0)