mirror of
https://github.com/debauchee/barrier.git
synced 2024-11-27 00:42:30 +03:00
Remove unused include paths
This commit is contained in:
parent
50dc29394e
commit
0cd45ba1ef
@ -41,12 +41,6 @@ include_directories(
|
|||||||
../
|
../
|
||||||
)
|
)
|
||||||
|
|
||||||
if (UNIX)
|
|
||||||
include_directories(
|
|
||||||
../../..
|
|
||||||
)
|
|
||||||
endif()
|
|
||||||
|
|
||||||
add_library(arch STATIC ${sources})
|
add_library(arch STATIC ${sources})
|
||||||
|
|
||||||
if (UNIX)
|
if (UNIX)
|
||||||
|
@ -25,12 +25,6 @@ include_directories(
|
|||||||
../
|
../
|
||||||
)
|
)
|
||||||
|
|
||||||
if (UNIX)
|
|
||||||
include_directories(
|
|
||||||
../../..
|
|
||||||
)
|
|
||||||
endif()
|
|
||||||
|
|
||||||
add_library(base STATIC ${sources})
|
add_library(base STATIC ${sources})
|
||||||
|
|
||||||
if (UNIX)
|
if (UNIX)
|
||||||
|
@ -26,13 +26,6 @@ include_directories(
|
|||||||
../../../ext
|
../../../ext
|
||||||
)
|
)
|
||||||
|
|
||||||
if (UNIX)
|
|
||||||
include_directories(
|
|
||||||
../../..
|
|
||||||
)
|
|
||||||
|
|
||||||
endif()
|
|
||||||
|
|
||||||
add_library(client STATIC ${sources})
|
add_library(client STATIC ${sources})
|
||||||
|
|
||||||
if (UNIX)
|
if (UNIX)
|
||||||
|
@ -25,10 +25,4 @@ include_directories(
|
|||||||
../
|
../
|
||||||
)
|
)
|
||||||
|
|
||||||
if (UNIX)
|
|
||||||
include_directories(
|
|
||||||
../../..
|
|
||||||
)
|
|
||||||
endif()
|
|
||||||
|
|
||||||
add_library(common STATIC ${sources})
|
add_library(common STATIC ${sources})
|
||||||
|
@ -25,10 +25,4 @@ include_directories(
|
|||||||
../
|
../
|
||||||
)
|
)
|
||||||
|
|
||||||
if (UNIX)
|
|
||||||
include_directories(
|
|
||||||
../../..
|
|
||||||
)
|
|
||||||
endif()
|
|
||||||
|
|
||||||
add_library(io STATIC ${sources})
|
add_library(io STATIC ${sources})
|
||||||
|
@ -25,12 +25,6 @@ include_directories(
|
|||||||
../
|
../
|
||||||
)
|
)
|
||||||
|
|
||||||
if (UNIX)
|
|
||||||
include_directories(
|
|
||||||
../../..
|
|
||||||
)
|
|
||||||
endif()
|
|
||||||
|
|
||||||
add_library(ipc STATIC ${sources})
|
add_library(ipc STATIC ${sources})
|
||||||
|
|
||||||
if (UNIX)
|
if (UNIX)
|
||||||
|
@ -25,10 +25,4 @@ include_directories(
|
|||||||
../
|
../
|
||||||
)
|
)
|
||||||
|
|
||||||
if (UNIX)
|
|
||||||
include_directories(
|
|
||||||
../../..
|
|
||||||
)
|
|
||||||
endif()
|
|
||||||
|
|
||||||
add_library(mt STATIC ${sources})
|
add_library(mt STATIC ${sources})
|
||||||
|
@ -26,12 +26,6 @@ include_directories(
|
|||||||
${OPENSSL_INCLUDE}
|
${OPENSSL_INCLUDE}
|
||||||
)
|
)
|
||||||
|
|
||||||
if (UNIX)
|
|
||||||
include_directories(
|
|
||||||
../../..
|
|
||||||
)
|
|
||||||
endif()
|
|
||||||
|
|
||||||
add_library(net STATIC ${sources})
|
add_library(net STATIC ${sources})
|
||||||
|
|
||||||
if (UNIX)
|
if (UNIX)
|
||||||
|
@ -34,12 +34,6 @@ include_directories(
|
|||||||
../../../ext/gtest/include
|
../../../ext/gtest/include
|
||||||
)
|
)
|
||||||
|
|
||||||
if (UNIX)
|
|
||||||
include_directories(
|
|
||||||
../../..
|
|
||||||
)
|
|
||||||
endif()
|
|
||||||
|
|
||||||
if (APPLE)
|
if (APPLE)
|
||||||
list(APPEND inc
|
list(APPEND inc
|
||||||
/System/Library/Frameworks
|
/System/Library/Frameworks
|
||||||
|
@ -27,12 +27,6 @@ include_directories(
|
|||||||
../../../ext/gtest/include
|
../../../ext/gtest/include
|
||||||
)
|
)
|
||||||
|
|
||||||
if (UNIX)
|
|
||||||
include_directories(
|
|
||||||
../../..
|
|
||||||
)
|
|
||||||
endif()
|
|
||||||
|
|
||||||
add_library(server STATIC ${sources})
|
add_library(server STATIC ${sources})
|
||||||
|
|
||||||
target_link_libraries(server shared)
|
target_link_libraries(server shared)
|
||||||
|
@ -39,12 +39,6 @@ include_directories(
|
|||||||
../../../ext/gtest/include
|
../../../ext/gtest/include
|
||||||
)
|
)
|
||||||
|
|
||||||
if (UNIX)
|
|
||||||
include_directories(
|
|
||||||
../../..
|
|
||||||
)
|
|
||||||
endif()
|
|
||||||
|
|
||||||
add_library(synlib STATIC ${sources})
|
add_library(synlib STATIC ${sources})
|
||||||
|
|
||||||
if (UNIX)
|
if (UNIX)
|
||||||
|
Loading…
Reference in New Issue
Block a user