Skip to content

Commit

Permalink
experimented with directories
Browse files Browse the repository at this point in the history
  • Loading branch information
w-martin committed Jul 16, 2011
1 parent 4a1a0d9 commit e8d92b8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ set(NNSIM_LIB neural_network)
set(NNSIM_SOURCE_DIR src)
set(NNSIM_INCLUDE_DIR include)
set(NNSIM_TEST_DIR test)
# set(NNSIM_BIN_DIR bin)
# set(NNSIM_LIB_DIR lib)

# file(MAKE_DIRECTORY ${NNSIM_BIN_DIR})
# file(MAKE_DIRECTORY ${NNSIM_LIB_DIR})

include_directories(${NNSIM_INCLUDE_DIR})

Expand Down Expand Up @@ -46,7 +51,7 @@ target_link_libraries(${NNSIM_NAME}
# GTest - http://code.google.com/p/googletest/ #
################################################

add_subdirectory(gmock-1.6.0)
add_subdirectory(gmock-1.6.0)
enable_testing(true)

include_directories(${gtest_SOURCE_DIR}/include
Expand Down

0 comments on commit e8d92b8

Please sign in to comment.