Rename MESHOPTIMIZER.cmake to Meshoptimizer.cmake as those caps honestly bug me.
parent
0710d95f4b
commit
554717044f
|
|
@ -43,7 +43,7 @@ set(cmake_SOURCE_FILES
|
|||
LLTestCommand.cmake
|
||||
LLWindow.cmake
|
||||
Linking.cmake
|
||||
MESHOPTIMIZER.cmake
|
||||
Meshoptimizer.cmake
|
||||
NDOF.cmake
|
||||
OPENAL.cmake
|
||||
OpenGL.cmake
|
||||
|
|
|
|||
|
|
@ -11,7 +11,6 @@ use_prebuilt_binary(meshoptimizer)
|
|||
|
||||
if (WINDOWS)
|
||||
target_link_libraries( ll::meshoptimizer INTERFACE meshoptimizer.lib)
|
||||
set(MESHOPTIMIZER_LIBRARIES )
|
||||
elseif (LINUX)
|
||||
target_link_libraries( ll::meshoptimizer INTERFACE meshoptimizer.o)
|
||||
elseif (DARWIN)
|
||||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
project(llmeshoptimizer)
|
||||
|
||||
include(MESHOPTIMIZER)
|
||||
include(Meshoptimizer)
|
||||
|
||||
include(00-Common)
|
||||
include(LLCommon)
|
||||
|
|
|
|||
|
|
@ -27,7 +27,6 @@ include(LLCommon)
|
|||
include(LLCoreHttp)
|
||||
include(LLImage)
|
||||
include(LLKDU)
|
||||
include(MESHOPTIMIZER)
|
||||
include(LLPhysicsExtensions)
|
||||
include(LLPrimitive)
|
||||
include(LLWindow)
|
||||
|
|
|
|||
Loading…
Reference in New Issue