Code review comment for lp:~elementary-apps/slingshot/synapse-desktop-only

Revision history for this message
Cody Garver (codygarver) wrote :

lib/synapse-core/CMakeLists.txt should say

add_definitions(${CORE_DEPS_CFLAGS} -include config.h -w)

lib/synapse-plugins/CMakeLists.txt should say

add_definitions(${PLUGINS_DEPS_CFLAGS} -include config.h -w)

« Back to merge proposal