oscpack
oscpack copied to clipboard
CMakeLists include directories predefined cmake variable
Change
INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR})
to
INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR})
To allow using the repository as a submodule with CMake and fix the include error in the ip/win32 files