Speedup build for Windows (#43)
* Speedup build for Windows * add space :)
This commit is contained in:
parent
9703f76386
commit
f502d3ca35
@ -137,6 +137,11 @@ set( IXWEBSOCKET_INCLUDE_DIRS
|
|||||||
.
|
.
|
||||||
)
|
)
|
||||||
|
|
||||||
|
if (CMAKE_CXX_COMPILER_ID MATCHES "MSVC")
|
||||||
|
# Build with Multiple Processes
|
||||||
|
target_compile_options(ixwebsocket PRIVATE /MP)
|
||||||
|
endif()
|
||||||
|
|
||||||
target_include_directories( ixwebsocket PUBLIC ${IXWEBSOCKET_INCLUDE_DIRS} )
|
target_include_directories( ixwebsocket PUBLIC ${IXWEBSOCKET_INCLUDE_DIRS} )
|
||||||
|
|
||||||
set_target_properties(ixwebsocket PROPERTIES PUBLIC_HEADER "${IXWEBSOCKET_HEADERS}")
|
set_target_properties(ixwebsocket PROPERTIES PUBLIC_HEADER "${IXWEBSOCKET_HEADERS}")
|
||||||
|
Loading…
Reference in New Issue
Block a user