iexec: fix linkage
This commit is contained in:
parent
a6fe2c4c67
commit
f155275d21
|
@ -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})
|
||||
|
|
Loading…
Reference in New Issue