[nostalgia] Add external palettes to tilesheet system
This commit is contained in:
18
src/nostalgia/core/qt/CMakeLists.txt
Normal file
18
src/nostalgia/core/qt/CMakeLists.txt
Normal file
@@ -0,0 +1,18 @@
|
||||
add_library(
|
||||
NostalgiaCore-Qt SHARED
|
||||
gfx.cpp
|
||||
)
|
||||
|
||||
target_link_libraries(
|
||||
NostalgiaCore-Qt PUBLIC
|
||||
NostalgiaStudio
|
||||
OxFS
|
||||
OxStd
|
||||
)
|
||||
|
||||
install(
|
||||
TARGETS
|
||||
NostalgiaCore-Qt
|
||||
LIBRARY DESTINATION
|
||||
${NOSTALGIA_DIST_PLUGIN}
|
||||
)
|
Reference in New Issue
Block a user