Skip to content

Commit

Permalink
update cmake files
Browse files Browse the repository at this point in the history
  • Loading branch information
stephprince committed Aug 28, 2024
1 parent 7320054 commit 871a6c1
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 75 deletions.
9 changes: 6 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ project(

include(cmake/project-is-top-level.cmake)
include(cmake/variables.cmake)
include_directories(
${CMAKE_SOURCE_DIR}/src
)

# ---- Declare library ----

Expand Down Expand Up @@ -66,6 +63,12 @@ target_include_directories(
"\$<BUILD_INTERFACE:${PROJECT_SOURCE_DIR}/include>"
)

target_include_directories(
aqnwb_aqnwb ${warning_guard}
PUBLIC
"\$<BUILD_INTERFACE:${PROJECT_SOURCE_DIR}/src>"
)

target_include_directories(
aqnwb_aqnwb SYSTEM
PUBLIC
Expand Down
2 changes: 1 addition & 1 deletion cmake/install-config.cmake
Original file line number Diff line number Diff line change
@@ -1 +1 @@
include("${CMAKE_CURRENT_LIST_DIR}/aqnwbTsargets.cmake")
include("${CMAKE_CURRENT_LIST_DIR}/aqnwbTargets.cmake")
68 changes: 0 additions & 68 deletions python_scripts/make_test_table.py

This file was deleted.

3 changes: 0 additions & 3 deletions src/aqnwb.hpp

This file was deleted.

0 comments on commit 871a6c1

Please sign in to comment.