mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-11 10:56:25 +08:00
Remove ../ includes in src/lib
This commit is contained in:
@@ -21,11 +21,6 @@ if (SYNERGY_ADD_HEADERS)
|
||||
list(APPEND sources ${headers})
|
||||
endif()
|
||||
|
||||
include_directories(
|
||||
../
|
||||
../../../ext
|
||||
)
|
||||
|
||||
add_library(client STATIC ${sources})
|
||||
|
||||
if (UNIX)
|
||||
|
||||
Reference in New Issue
Block a user