Skip to content

Commit

Permalink
Fixed build of 0.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
rilian-la-te committed May 17, 2017
1 parent fc9eb94 commit f5e0e0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ set(VALA_FILES_CORE
sntray.gresource.xml
)
add_library(sntray-core STATIC ${VALA_C_CORE} $<TARGET_OBJECTS:vala-dbusmenu-o>)
target_include_directories(sntray-core PRIVATE ${CORE_INCLUDE_DIRS} ${CMAKE_CURRENT_BINARY_DIR}/dbusmenu)
target_link_libraries (sntray-core ${CORE_LIBRARIES} m)
add_custom_target(sntray-core-ide SOURCES ${VALA_FILES_DBUSMENU} ${VALA_FILES_CORE})
#################
Expand Down

0 comments on commit f5e0e0d

Please sign in to comment.