Add 2 more sets of link_directories.

Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
This commit is contained in:
Andrea Odetti 2021-10-16 16:42:01 +01:00
parent 580be748dd
commit b795c05b4f
2 changed files with 11 additions and 0 deletions

View file

@ -43,5 +43,10 @@ target_link_libraries(applen PRIVATE
common2
)
target_link_directories(applen PRIVATE
${NCURSESW_LIBRARY_DIRS}
${LIBEVDEV_LIBRARY_DIRS}
)
install(TARGETS applen
DESTINATION bin)

View file

@ -43,6 +43,12 @@ target_link_libraries(sa2 PRIVATE
common2
)
target_link_directories(sa2 PRIVATE
${SDL2_LIBRARY_DIRS}
${SDL2_IMAGE_LIBRARY_DIRS}
${GLES2_LIBRARY_DIRS}
)
target_sources(sa2 PRIVATE
${SOURCE_FILES}
${HEADER_FILES}