Skip to content

Commit 5aa145e

Browse files
committed
register cpp as source folder for intellij
1 parent c159499 commit 5aa145e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

core/native.gradle

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
*/
2121

2222
apply plugin: 'cpp'
23+
apply plugin: 'idea'
2324

2425
buildscript {
2526
repositories {
@@ -46,6 +47,12 @@ if (System.env.APPINSIGHTS_VS_PATH) {
4647
println "Using custom Visual Studio Tools path: $vsToolsDir"
4748
}
4849

50+
idea {
51+
module {
52+
sourceDirs += file("$projectDir/src/windows/cpp")\
53+
}
54+
}
55+
4956
// region Native binary definition and configuration
5057
model {
5158
toolChains {

0 commit comments

Comments
 (0)