File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed
Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -78,18 +78,14 @@ add_executable(Cluster ${PLATFORM} ${SOURCES} ${SHADERS})
7878target_include_directories (Cluster PRIVATE ${CMAKE_CURRENT_SOURCE_DIR} )
7979target_link_libraries (Cluster PRIVATE bigg IconFontCppHeaders assimp spdlog)
8080target_compile_definitions (Cluster PRIVATE
81- # make all types aligned
82- # GLM_FORCE_DEFAULT_ALIGNED_GENTYPES
83- # SIMD optimizations
81+ # enable SIMD optimizations
8482 GLM_FORCE_INTRINSICS
8583 # inline code where possible
8684 GLM_FORCE_INLINE
8785 # no implicit conversions
8886 GLM_FORCE_EXPLICIT_CTOR
8987 # length() returns size_t instead of int
9088 GLM_FORCE_SIZE_T_LENGTH
91- # left-handed projection matrices
92- GLM_FORCE_LEFT_HANDED
9389)
9490
9591set_target_properties (Cluster PROPERTIES
You can’t perform that action at this time.
0 commit comments