Merge pull request #3504 from Elv13/fix_build
build: Fix a recent regression when tests are built.
This commit is contained in:
commit
0246c44d4f
|
@ -404,6 +404,8 @@ target_link_libraries(test-gravity
|
||||||
${AWESOME_COMMON_REQUIRED_LDFLAGS} ${AWESOME_REQUIRED_LDFLAGS})
|
${AWESOME_COMMON_REQUIRED_LDFLAGS} ${AWESOME_REQUIRED_LDFLAGS})
|
||||||
|
|
||||||
add_executable(test-systray tests/test-systray.c)
|
add_executable(test-systray tests/test-systray.c)
|
||||||
|
add_dependencies(test-systray generated_sources)
|
||||||
|
|
||||||
target_link_libraries(test-systray
|
target_link_libraries(test-systray
|
||||||
${AWESOME_COMMON_REQUIRED_LDFLAGS} ${AWESOME_REQUIRED_LDFLAGS})
|
${AWESOME_COMMON_REQUIRED_LDFLAGS} ${AWESOME_REQUIRED_LDFLAGS})
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue