Skip to content

Commit 1700a18

Browse files
committed
fix emscripten, remove gles cmake install
1 parent ee46a01 commit 1700a18

2 files changed

Lines changed: 1 addition & 8 deletions

File tree

src/libprojectM/CMakeLists.txt

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -191,14 +191,6 @@ if(ENABLE_INSTALL)
191191
COMPONENT Devel
192192
)
193193

194-
if(NOT ENABLE_EMSCRIPTEN AND ENABLE_GLES)
195-
install(FILES
196-
"${PROJECTM_SOURCE_DIR}/cmake/gles/FindOpenGL.cmake"
197-
DESTINATION "${PROJECTM_LIB_DIR}/cmake/projectM4"
198-
COMPONENT Devel
199-
)
200-
endif()
201-
202194
install(EXPORT libprojectMTargets
203195
FILE projectM4Targets.cmake
204196
NAMESPACE libprojectM::

src/libprojectM/Renderer/PlatformLoader.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ class DynamicLibrary
4545
inline bool IsOpen() const { return false; }
4646

4747
inline void* GetSymbol(const char*) const { return nullptr; }
48+
inline void* Handle() const { return nullptr; }
4849
static inline void* FindGlobalSymbol(const char*) { return nullptr; }
4950
};
5051

0 commit comments

Comments
 (0)