Browse Source

Removed unnecessary include folder

JoshEngebretson 10 years ago
parent
commit
f1c0f29139
1 changed files with 0 additions and 2 deletions
  1. 0 2
      NativePluginExample/Native/CMakeLists.txt

+ 0 - 2
NativePluginExample/Native/CMakeLists.txt

@@ -24,8 +24,6 @@ endif()
 
 project(${PLUGINNAME})
 
-include_directories("${NATIVESDK}/Windows")
-
 add_library(${PLUGINNAME} SHARED ${SOURCEFILES})
 
 add_custom_command (TARGET ${PLUGINNAME} POST_BUILD