[nostalgia/core/gba] Remove unused header

This commit is contained in:
2019-11-12 20:34:57 -06:00
parent e5a66e1160
commit 4247ac0651
5 changed files with 4 additions and 44 deletions

View File

@@ -1,6 +1,6 @@
add_library(
NostalgiaPack SHARED
NostalgiaPack
pack.cpp
)
@@ -17,6 +17,6 @@ target_link_libraries(
install(
TARGETS
NostalgiaPack
LIBRARY DESTINATION
ARCHIVE DESTINATION
${NOSTALGIA_DIST_LIB}/nostalgia
)