Add 2 more sets of link_directories.
Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
This commit is contained in:
parent
580be748dd
commit
b795c05b4f
2 changed files with 11 additions and 0 deletions
|
@ -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)
|
||||
|
|
|
@ -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}
|
||||
|
|
Loading…
Add table
Reference in a new issue