Fixing a copy-and-paste issue

This commit is contained in:
mattkae 2023-02-18 13:25:43 -05:00
parent 1e3c3d5720
commit 8bdf0f2c3b

View File

@ -16,5 +16,5 @@ find_package(OpenGL REQUIRED)
add_executable(compositor src/main.cpp) add_executable(compositor src/main.cpp)
target_include_directories(hello_world PUBLIC SYSTEM ${MIRAL_INCLUDE_DIRS}) target_include_directories(compositor PUBLIC SYSTEM ${MIRAL_INCLUDE_DIRS})
target_link_libraries( hello_world ${MIRAL_LDFLAGS}) target_link_libraries( compositor ${MIRAL_LDFLAGS})