mirror of
https://github.com/redstrate/Novus.git
synced 2025-05-19 06:47:44 +00:00
Build novus-common as a shared library on Windows
This commit is contained in:
parent
a8a76496e0
commit
a084b4d2c5
1 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,11 @@
|
||||||
# SPDX-FileCopyrightText: 2023 Joshua Goins <josh@redstrate.com>
|
# SPDX-FileCopyrightText: 2023 Joshua Goins <josh@redstrate.com>
|
||||||
# SPDX-License-Identifier: CC0-1.0
|
# SPDX-License-Identifier: CC0-1.0
|
||||||
|
|
||||||
add_library(novus-common STATIC)
|
if (WIN32)
|
||||||
|
add_library(novus-common SHARED)
|
||||||
|
else()
|
||||||
|
add_library(novus-common STATIC)
|
||||||
|
endif()
|
||||||
target_sources(novus-common
|
target_sources(novus-common
|
||||||
PRIVATE
|
PRIVATE
|
||||||
include/aboutdata.h
|
include/aboutdata.h
|
||||||
|
|
Loading…
Add table
Reference in a new issue