mirror of
https://github.com/redstrate/Novus.git
synced 2025-05-19 06:47:44 +00:00
Oops, export all symbols
This commit is contained in:
parent
a084b4d2c5
commit
86cb585c7a
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
if (WIN32)
|
||||
set(CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS ON)
|
||||
add_library(novus-common SHARED)
|
||||
else()
|
||||
add_library(novus-common STATIC)
|
||||
|
|
Loading…
Add table
Reference in a new issue