Skip to content
Snippets Groups Projects
Commit 021796a7 authored by Nicolas Pope's avatar Nicolas Pope
Browse files

Another CMAKE fix for WINDOWS

parent bf7aba54
No related branches found
No related tags found
1 merge request!272Use OpenGL for overlay
Pipeline #22373 passed
......@@ -12,6 +12,12 @@ add_library(ftlrender
src/overlay.cpp
)
# Various preprocessor definitions have been generated by NanoGUI
add_definitions(${NANOGUI_EXTRA_DEFS})
# On top of adding the path to nanogui/include, you may need extras
include_directories(${NANOGUI_EXTRA_INCS})
target_include_directories(ftlrender PUBLIC
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>
$<BUILD_INTERFACE:${PROJECT_SOURCE_DIR}/ext/nanogui/include>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment