Added debug flags and link to curses lib on unix builds

This commit is contained in:
Anonymous
2014-01-20 08:40:48 -07:00
parent cf7a0f4336
commit 14488cbe1c
2 changed files with 18 additions and 1 deletions
@@ -73,3 +73,7 @@ add_library(sharedDebug STATIC
${SHARED_SOURCES}
${PLATFORM_SOURCES}
)
target_link_libraries(sharedDebug
${CURSES_LIBRARY}
)