iexec: fix linkage

This commit is contained in:
Přemysl Eric Janouch 2017-08-30 00:20:59 +02:00
parent a6fe2c4c67
commit f155275d21
Signed by: p
GPG Key ID: B715679E3A361BE6
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ add_executable (priod priod.c)
target_link_libraries (priod ${project_libraries})
add_executable (iexec iexec.c)
target_link_libraries (iexec ${project_libraries})
target_link_libraries (iexec)
if (WITH_GDM)
include_directories (${gdm_INCLUDE_DIRS})