Make include path more pretty

This commit is contained in:
BtbN 2014-05-05 21:07:01 +02:00
parent 7abf95be27
commit b5743a1b78

View file

@ -4,6 +4,7 @@
# LIBOBS_LIBRARIES
set(LIBOBS_INCLUDE_DIRS "@CONF_INCLUDE_DIRS@")
get_filename_component(LIBOBS_INCLUDE_DIRS "${LIBOBS_INCLUDE_DIRS}" ABSOLUTE)
if(NOT TARGET libobs)
include("${CMAKE_CURRENT_LIST_DIR}/LibObsTarget.cmake")