Fixed compilation
This commit is contained in:
parent
b67c70bad7
commit
15e741fa04
@ -85,9 +85,11 @@ set_property(TARGET
|
|||||||
PUBLIC_HEADER
|
PUBLIC_HEADER
|
||||||
${API})
|
${API})
|
||||||
|
|
||||||
set_property(TARGET wiiuse APPEND PROPERTY
|
if(MSVC)
|
||||||
COMPILE_DEFINITIONS $<$<CONFIG:Debug>:WITH_WIIUSE_DEBUG>
|
set_property(TARGET wiiuse APPEND PROPERTY
|
||||||
)
|
COMPILE_DEFINITIONS $<$<CONFIG:Debug>:WITH_WIIUSE_DEBUG>
|
||||||
|
)
|
||||||
|
endif()
|
||||||
|
|
||||||
install(TARGETS wiiuse
|
install(TARGETS wiiuse
|
||||||
RUNTIME DESTINATION bin
|
RUNTIME DESTINATION bin
|
||||||
|
Loading…
x
Reference in New Issue
Block a user