Skip to content

Commit 5ef7fe0

Browse files
KelSolaarhodoulpmichdolan
authored
Explicitly add the "Half" include directory to "ociodisplay" and "ociolutimage" apps "CMakeLists.txt" files. (#1463)
Signed-off-by: Thomas Mansencal <[email protected]> Co-authored-by: Patrick Hodoul <[email protected]> Co-authored-by: Michael Dolan <[email protected]>
1 parent 9b9819f commit 5ef7fe0

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

src/apps/ociodisplay/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ target_include_directories(ociodisplay
2727
PRIVATE
2828
${GLEW_INCLUDE_DIRS}
2929
${GLUT_INCLUDE_DIR}
30+
${Half_INCLUDE_DIR}
3031
${OPENGL_INCLUDE_DIR}
3132
)
3233
target_link_libraries(ociodisplay

src/apps/ociolutimage/CMakeLists.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ endif()
1717
set_target_properties(ociolutimage PROPERTIES
1818
COMPILE_FLAGS "${PLATFORM_COMPILE_FLAGS}")
1919

20+
target_include_directories(ociolutimage
21+
SYSTEM
22+
PRIVATE
23+
${Half_INCLUDE_DIR}
24+
)
2025
target_link_libraries(ociolutimage
2126
PRIVATE
2227
apputils

0 commit comments

Comments
 (0)