ll::sdl had a wrong include directory.
parent
4416db9a26
commit
d65a5832bf
|
|
@ -9,7 +9,7 @@ add_library( ll::sdl INTERFACE IMPORTED )
|
|||
|
||||
if (LINUX)
|
||||
use_prebuilt_binary(SDL)
|
||||
target_include_directories( ll::sdl SYSTEM INTERFACE ${LIBS_PREBUILT_DIR}/i686-linux)
|
||||
target_include_directories( ll::sdl SYSTEM INTERFACE ${LIBS_PREBUILT_DIR}/include)
|
||||
target_link_libraries( ll::sdl INTERFACE SDL directfb fusion direct X11)
|
||||
target_compile_definitions( ll::sdl INTERFACE LL_SDL=1)
|
||||
endif (LINUX)
|
||||
|
|
|
|||
Loading…
Reference in New Issue