Add include directories for boost-nowide (which only has a compiled component on Windows)

This commit is contained in:
Joseph Lenox 2019-02-09 21:04:42 -06:00
parent 5309ad3a4d
commit de31617a51

View File

@ -499,6 +499,7 @@ IF (WIN32)
add_definitions(-DBOOST_NOWIDE_NO_LIB)
endif()
target_link_libraries(slic3r boost-nowide)
target_include_directories(boost-nowide PUBLIC ${COMMON_INCLUDES})
# MinGW apparently has some multiple definitions of UUID-related items
# deal with it.