From 915a5ec8d5ee905c7c04a4ff4ae9ac4647a88cae Mon Sep 17 00:00:00 2001 From: Scott Klum Date: Tue, 25 Jun 2013 13:53:05 -0400 Subject: [PATCH] Started stasm4 stuff --- share/openbr/cmake/FindStasm.cmake | 20 -------------------- 1 file changed, 0 insertions(+), 20 deletions(-) delete mode 100644 share/openbr/cmake/FindStasm.cmake diff --git a/share/openbr/cmake/FindStasm.cmake b/share/openbr/cmake/FindStasm.cmake deleted file mode 100644 index bf026dd..0000000 --- a/share/openbr/cmake/FindStasm.cmake +++ /dev/null @@ -1,20 +0,0 @@ -# ================================================================ -# The Stasm CMake configuration file -# -# Usage from an external project: -# In your CMakeLists.txt, add these lines: -# -# find_package(Stasm REQUIRED) -# target_link_libraries(MY_TARGET ${Stasm_LIBS}) -# ================================================================ - -find_path(Stasm_DIR include/stasm.hpp ${CMAKE_SOURCE_DIR}/3rdparty/*) - -add_subdirectory(${Stasm_DIR} ${Stasm_DIR}/build) - -set(SRC ${SOURCE};${SRC}) - -include_directories(${Stasm_DIR}/include) -link_directories(${Stasm_DIR}/build) - -set(Stasm_LIBS stasm) -- libgit2 0.21.4