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