mirror of
https://bitbucket.org/seefoe/src.git
synced 2026-07-31 01:15:45 -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