1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-06 00:55:50 +00:00

Add missing header to CMakeLists

This commit is contained in:
scrawl 2014-08-09 15:42:54 +02:00
parent 4a26dcb2ad
commit fc0465eeb0

View File

@ -15,6 +15,7 @@ endif ()
set(SDL4OGRE_HEADER_FILES
OISCompat.h
cursormanager.hpp
events.h
)
add_library(${SDL4OGRE_LIBRARY} STATIC ${SDL4OGRE_SOURCE_FILES} ${SDL4OGRE_HEADER_FILES})