We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dc2cc3 commit cdb93d6Copy full SHA for cdb93d6
1 file changed
cmake/project_common.cmake
@@ -93,7 +93,7 @@ if(PDC_BUILD_SHARED)
93
target_link_libraries(${PDCURSE_PROJ} ${EXTRA_LIBS}
94
${SDL2_LIBRARIES} ${SDL2_DEP_LIBRARIES})
95
endif()
96
- elseif((${PROJECT_NAME} STREQUAL "wincon") OR (${PROJECT_NAME} STREQUAL "wingui") OR (${PROJECT_NAME} STREQUAL "vt""))
+ elseif((${PROJECT_NAME} STREQUAL "wincon") OR (${PROJECT_NAME} STREQUAL "wingui") OR (${PROJECT_NAME} STREQUAL "vt"))
97
target_link_libraries(${PDCURSE_PROJ} ${EXTRA_LIBS} ${WINCON_WINGUI_DEP_LIBS})
98
else()
99
target_link_libraries(${PDCURSE_PROJ} ${EXTRA_LIBS})
0 commit comments