fix: minor build fixes (#2)
* cmake : fix C++11 build * gitignore : ignore .cache
This commit is contained in:
parent
228e94b924
commit
a08cae6d95
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,2 +1,4 @@
|
||||
build*/
|
||||
test/
|
||||
test/
|
||||
|
||||
.cache/
|
||||
|
@ -12,6 +12,5 @@ add_executable(${SD_TARGET} main.cpp stb_image_write.h)
|
||||
target_link_libraries(${SD_LIB} PUBLIC ggml)
|
||||
target_link_libraries(${SD_TARGET} ${SD_LIB})
|
||||
|
||||
target_compile_features(${SD_LIB} PUBLIC cxx_std_11)
|
||||
target_compile_features(${SD_TARGET} PUBLIC cxx_std_11)
|
||||
|
||||
set(CMAKE_CXX_STANDARD 11)
|
Loading…
Reference in New Issue
Block a user