Skip to content

Commit e8bfe25

Browse files
committed
Match 'inc' name with upstream
1 parent cdc8db7 commit e8bfe25

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ foreach(CompilerFlag ${CompilerFlags})
2727
message("MSVC flags: ${CompilerFlag}:${${CompilerFlag}}")
2828
endforeach()
2929

30-
include_directories(${CMAKE_SOURCE_DIR}/VHACD_Lib)
30+
include_directories(${CMAKE_SOURCE_DIR}/inc)
3131

3232
add_library(libvhacd SHARED ${CMAKE_SOURCE_DIR}/dll/dll.cpp)
3333

src/app/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ set(CMAKE_CXX_EXTENSIONS OFF)
1313

1414
add_executable(TestVHACD TestVHACD.cpp FloatMath.cpp InParser.cpp wavefront.cpp SaveUSDA.cpp)
1515

16-
target_include_directories(TestVHACD PUBLIC "../VHACD_Lib")
16+
target_include_directories(TestVHACD PUBLIC "../inc")
1717
# On Linux we need to add pthread to the link
1818
if (WIN32)
1919
else (WIN32)
File renamed without changes.

0 commit comments

Comments
 (0)