[nostalgia/studio] Fix symbol export issues for MSVC
This commit is contained in:
parent
36b6542bf3
commit
5c710051c5
@ -13,6 +13,7 @@ if(NOSTALGIA_BUILD_TYPE STREQUAL "GBA")
|
|||||||
set(OX_USE_STDLIB OFF)
|
set(OX_USE_STDLIB OFF)
|
||||||
else()
|
else()
|
||||||
set(CMAKE_PREFIX_PATH ${CMAKE_PREFIX_PATH} ${NOSTALGIA_QT_PATH})
|
set(CMAKE_PREFIX_PATH ${CMAKE_PREFIX_PATH} ${NOSTALGIA_QT_PATH})
|
||||||
|
set(CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS ON)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
|
||||||
|
@ -34,7 +34,7 @@ install(
|
|||||||
wizard.hpp
|
wizard.hpp
|
||||||
plugin.hpp
|
plugin.hpp
|
||||||
project.hpp
|
project.hpp
|
||||||
${PROJECT_BINARY_DIR}/nostalgiastudio_export.h
|
${CMAKE_CURRENT_BINARY_DIR}/nostalgiastudio_export.h
|
||||||
DESTINATION
|
DESTINATION
|
||||||
include/nostalgia/studio/lib
|
include/nostalgia/studio/lib
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user