Skip to content

Commit

Permalink
* updated cmake config files with the new core classes location
Browse files Browse the repository at this point in the history
  • Loading branch information
canercandan committed Feb 18, 2011
1 parent e6ae3ab commit f05571d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ INCLUDE_DIRECTORIES(
### 3) Include header files path
######################################################################################

INCLUDE(install.cmake OPTIONAL)

INCLUDE_DIRECTORIES(
${CMAKE_CURRENT_SOURCE_DIR}/src
${CMAKE_CURRENT_SOURCE_DIR}/src/${PROJECT_NAME}
Expand Down
5 changes: 5 additions & 0 deletions install.cmake-dist
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
SET(CORE_LIBRARY_DIR "<<CORE_LIBRARY_DIR>>")

INCLUDE_DIRECTORIES(${CORE_LIBRARY_DIR}/src)
LINK_DIRECTORIES(${CORE_LIBRARY_DIR}/release/lib)
LINK_LIBRARIES(core_library)
6 changes: 3 additions & 3 deletions test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ SET(SOURCES
t-create_vector
t-create_vector_cxx
t-create_vector_in_scope
t-matrix-vector
t-matrix-matrix
t-matrix-matrix-matrix
#t-matrix-vector # deprecated
#t-matrix-matrix # deprecated
#t-matrix-matrix-matrix # deprecated
)

FOREACH(current ${SOURCES})
Expand Down

0 comments on commit f05571d

Please sign in to comment.