mirror of
https://github.com/debauchee/barrier.git
synced 2026-02-09 21:25:55 +08:00
fixed gtest paths for linux
This commit is contained in:
@@ -50,7 +50,7 @@ set(inc
|
||||
../../lib/net
|
||||
../../lib/platform
|
||||
../../lib/synergy
|
||||
../../../../tools/gtest/include
|
||||
../../../tools/gtest/include
|
||||
)
|
||||
|
||||
if (UNIX)
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
set(src
|
||||
../../../../tools/gtest/src/gtest_main.cc
|
||||
../../../tools/gtest/src/gtest_main.cc
|
||||
synergy/CClipboardTests.cpp
|
||||
)
|
||||
|
||||
@@ -28,7 +28,7 @@ set(inc
|
||||
../../lib/net
|
||||
../../lib/platform
|
||||
../../lib/synergy
|
||||
../../../../tools/gtest/include
|
||||
../../../tools/gtest/include
|
||||
)
|
||||
|
||||
if (UNIX)
|
||||
|
||||
Reference in New Issue
Block a user