Skip to content

Commit 0369a36

Browse files
committed
CMake: Added forgotten WNCK_INCLUDE_DIRS
1 parent 4441226 commit 0369a36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ set(PLUGIN_VALA_FILES
4848
)
4949
add_library(appmenu-core STATIC ${CORE_C_FILES} ${VALA_C_CORE} $<TARGET_OBJECTS:vala-dbusmenu-o>)
5050
target_link_libraries (appmenu-core ${CORE_LIBRARIES} ${WNCK_LIBRARIES} m)
51-
target_include_directories (appmenu-core PRIVATE ${CORE_INCLUDE_DIRS} ${CMAKE_CURRENT_BINARY_DIR} ${CMAKE_BINARY_DIR}/dbusmenu)
51+
target_include_directories (appmenu-core PRIVATE ${CORE_INCLUDE_DIRS} ${WNCK_INCLUDE_DIRS} ${CMAKE_CURRENT_BINARY_DIR} ${CMAKE_BINARY_DIR}/dbusmenu)
5252
add_custom_target(vala-files-ide SOURCES ${VALA_FILES_DBUSMENU} ${CORE_VALA_FILES} ${PLUGIN_VALA_FILES})
5353
##########
5454
# XFCE Part

0 commit comments

Comments
 (0)