1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-16 11:04:01 +02:00

Reduce the hilarious amount of include directories we have

Not only should this make searching for includes faster, it also
forces us to make our library-headers usable from 3rdparty apps.
This commit is contained in:
Dominik Schmidt
2012-11-15 19:04:39 +01:00
parent 7b19d17192
commit d412e518bc
65 changed files with 262 additions and 242 deletions

View File

@@ -61,8 +61,8 @@ if (CMAKE_COMPILER_IS_GNUC)
endif (NOT CONFIGURED)
endif ()
configure_file (${CMAKE_SOURCE_DIR}/miniupnpcstrings.h.cmake ${CMAKE_BINARY_DIR}/miniupnpcstrings.h)
include_directories (${CMAKE_BINARY_DIR})
configure_file (${CMAKE_CURRENT_SOURCE_DIR}/miniupnpcstrings.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/miniupnpcstrings.h)
include_directories (${CMAKE_CURRENT_BINARY_DIR})
set (MINIUPNPC_SOURCES
igd_desc_parse.c