blob: 65d7f2d39e6fc8d96078a62c2dc71e8caecf344a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- examples/CMakeLists.txt.orig 2015-01-22 20:00:17 UTC
+++ examples/CMakeLists.txt
@@ -11,7 +11,7 @@ install(
# Target: simple-x11-egl (executable)
# ----------------------------------------------------------------------------
-if(waffle_on_linux)
+if(waffle_on_linux OR waffle_on_freebsd)
add_executable(simple-x11-egl simple-x11-egl.c)
target_link_libraries(simple-x11-egl ${waffle_libname})
endif()
|