Commit da3c1cdf authored by Matthew Hausknecht's avatar Matthew Hausknecht

Introduced bin directory.

parent f1d5dd8d
cmake_minimum_required(VERSION 2.8.3)
project(hfo)
set(SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/src)
# Change these to reflect the location of your librcsc-4.1.0 install
set(LIBRCSC_INCLUDE ~/.local/include)
set(LIBRCSC_LINK ~/.local/lib)
set(SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/src)
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY bin)
include_directories(
${SOURCE_DIR}
${SOURCE_DIR}/chain_action
......
File moved
File moved
File moved
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment