mirror of
https://github.com/rmontanana/mdlp.git
synced 2025-08-16 07:55:58 +00:00
Change library name to fimdlp
This commit is contained in:
@@ -3,9 +3,9 @@ set(CMAKE_CXX_STANDARD 17)
|
||||
set(CMAKE_BUILD_TYPE Debug)
|
||||
|
||||
include_directories(
|
||||
${mdlp_SOURCE_DIR}/src
|
||||
${mdlp_SOURCE_DIR}/tests/lib/Files
|
||||
${fimdlp_SOURCE_DIR}/src
|
||||
${fimdlp_SOURCE_DIR}/tests/lib/Files
|
||||
)
|
||||
|
||||
add_executable(sample sample.cpp )
|
||||
target_link_libraries(sample mdlp "${TORCH_LIBRARIES}")
|
||||
target_link_libraries(sample fimdlp "${TORCH_LIBRARIES}")
|
||||
|
Reference in New Issue
Block a user