oscpack icon indicating copy to clipboard operation
oscpack copied to clipboard

CMakeLists include directories predefined cmake variable

Open TsarF opened this issue 1 year ago • 0 comments

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

TsarF avatar Apr 01 '23 01:04 TsarF