Skip to content

Commit

Permalink
init API Document
Browse files Browse the repository at this point in the history
  • Loading branch information
shijiashuai committed Nov 20, 2017
1 parent ee7e28e commit 632dedf
Show file tree
Hide file tree
Showing 5 changed files with 2,499 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ build
dataset/*
!dataset/*.sh
!dataset/test_dataset.txt
html
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
cmake_minimum_required(VERSION 2.8.12)
set(PROJECT_NAME_STR thundersvm)
project(${PROJECT_NAME_STR} C CXX)

cmake_policy(SET CMP0048 NEW)

project(ThunderSVM VERSION 0.1.0 LANGUAGES C CXX)
set(USE_CUDA ON CACHE BOOL "Compile with CUDA")
set(USE_EIGEN OFF CACHE BOOL "Compile with Eigen")

Expand Down Expand Up @@ -57,4 +58,3 @@ set(PROJECT_TEST_NAME ${PROJECT_NAME}-test)
add_subdirectory(${PROJECT_SOURCE_DIR}/src/test)
add_custom_target(runtest
COMMAND ${PROJECT_TEST_NAME})

0 comments on commit 632dedf

Please sign in to comment.