ogre-next
ogre-next copied to clipboard
Unnecessary include_directories(${CMAKE_CURRENT_SOURCE_DIR}/include) in Samples CMake files
Many sample projects add ${CMAKE_CURRENT_SOURCE_DIR}/include to the include path, even though no headers are located there or used in the samples. This line is unnecessary and can be removed to simplify the CMake configuration.