Compile static lib
This commit is contained in:
+2
-2
@@ -72,8 +72,8 @@ add_library(tkDNN SHARED ${tkdnn_SRC})
|
|||||||
target_link_libraries(tkDNN ${tkdnn_LIBS})
|
target_link_libraries(tkDNN ${tkdnn_LIBS})
|
||||||
|
|
||||||
#static
|
#static
|
||||||
#add_library(tkDNN_static STATIC ${tkdnn_SRC})
|
add_library(tkDNN_static STATIC ${tkdnn_SRC})
|
||||||
#target_link_libraries(tkDNN_static ${tkdnn_LIBS})
|
target_link_libraries(tkDNN_static ${tkdnn_LIBS})
|
||||||
|
|
||||||
# SMALL NETS
|
# SMALL NETS
|
||||||
add_executable(test_simple tests/simple/test_simple.cpp)
|
add_executable(test_simple tests/simple/test_simple.cpp)
|
||||||
|
|||||||
Reference in New Issue
Block a user