Skip to content

Commit ce3142d

Browse files
committedFeb 6, 2025
Fix for Linux?
1 parent cb8f9e6 commit ce3142d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ set_property(SOURCE "ml.hlsli" PROPERTY VS_SETTINGS "ExcludedFromBuild=true")
1515

1616
if(WIN32)
1717
add_library(MathLib INTERFACE ${MATHLIB_H} ${MATHLIB_GUTS})
18+
set_property(TARGET MathLib PROPERTY FOLDER "MathLib")
1819
else()
1920
add_library(MathLib INTERFACE)
2021
endif()
2122

2223
target_include_directories(MathLib INTERFACE .)
23-
set_property(TARGET MathLib PROPERTY FOLDER "MathLib")
2424

2525
# Download sse2neon on ARM
2626
if("${CMAKE_SYSTEM_PROCESSOR}" MATCHES "^arm")

0 commit comments

Comments
 (0)
Please sign in to comment.