mirror of
https://github.com/SWG-Source/src.git
synced 2026-07-29 23:15:56 -04:00
Added debug flags and link to curses lib on unix builds
This commit is contained in:
@@ -73,3 +73,7 @@ add_library(sharedDebug STATIC
|
||||
${SHARED_SOURCES}
|
||||
${PLATFORM_SOURCES}
|
||||
)
|
||||
|
||||
target_link_libraries(sharedDebug
|
||||
${CURSES_LIBRARY}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user