Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/fix_cmake_win_noopengl_png' into…
Browse files Browse the repository at this point in the history
… isolate_gl
  • Loading branch information
fredroy committed Dec 5, 2020
2 parents 81885a0 + 33a0759 commit 8828228
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SofaKernel/modules/SofaHelper/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,7 @@ target_include_directories(${PROJECT_NAME} PUBLIC "$<BUILD_INTERFACE:${CMAKE_CUR
source_group("compat" FILES ${COMPAT_HEADER_FILES} )

if(CMAKE_SYSTEM_NAME STREQUAL Windows)
target_include_directories(${PROJECT_NAME} SYSTEM PUBLIC "$<BUILD_INTERFACE:${CMAKE_SOURCE_DIR}/include>")
target_include_directories(${PROJECT_NAME} SYSTEM PUBLIC "$<INSTALL_INTERFACE:include/extlibs/WinDepPack>")
endif()
# The default binary suffix for libraries/plugins is "_d" when using a debug build.
Expand Down

0 comments on commit 8828228

Please sign in to comment.