mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-13 13:39:01 +08:00
Add include directories for boost-nowide (which only has a compiled component on Windows)
This commit is contained in:
parent
5309ad3a4d
commit
de31617a51
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user