From 8bdf0f2c3b81cefa3cd3a8b85e2e46eb9cb7d8e2 Mon Sep 17 00:00:00 2001 From: mattkae Date: Sat, 18 Feb 2023 13:25:43 -0500 Subject: [PATCH] Fixing a copy-and-paste issue --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e43384d..fe02281 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,5 +16,5 @@ find_package(OpenGL REQUIRED) add_executable(compositor src/main.cpp) -target_include_directories(hello_world PUBLIC SYSTEM ${MIRAL_INCLUDE_DIRS}) -target_link_libraries( hello_world ${MIRAL_LDFLAGS}) +target_include_directories(compositor PUBLIC SYSTEM ${MIRAL_INCLUDE_DIRS}) +target_link_libraries( compositor ${MIRAL_LDFLAGS})