Compile static lib

This commit is contained in:
Harijs Grinbergs
2021-11-04 21:24:47 +02:00
parent e449d344c0
commit bdb995f35b
+2 -2
View File
@@ -72,8 +72,8 @@ add_library(tkDNN SHARED ${tkdnn_SRC})
target_link_libraries(tkDNN ${tkdnn_LIBS})
#static
#add_library(tkDNN_static STATIC ${tkdnn_SRC})
#target_link_libraries(tkDNN_static ${tkdnn_LIBS})
add_library(tkDNN_static STATIC ${tkdnn_SRC})
target_link_libraries(tkDNN_static ${tkdnn_LIBS})
# SMALL NETS
add_executable(test_simple tests/simple/test_simple.cpp)