We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 228e94b commit a08cae6Copy full SHA for a08cae6
.gitignore
@@ -1,2 +1,4 @@
1
build*/
2
-test/
+test/
3
+
4
+.cache/
CMakeLists.txt
@@ -12,6 +12,5 @@ add_executable(${SD_TARGET} main.cpp stb_image_write.h)
12
target_link_libraries(${SD_LIB} PUBLIC ggml)
13
target_link_libraries(${SD_TARGET} ${SD_LIB})
14
15
+target_compile_features(${SD_LIB} PUBLIC cxx_std_11)
16
target_compile_features(${SD_TARGET} PUBLIC cxx_std_11)
-
17
-set(CMAKE_CXX_STANDARD 11)
0 commit comments