Skip to content

Commit

Permalink
Include heat header from source
Browse files Browse the repository at this point in the history
  • Loading branch information
mdpiper committed Oct 20, 2023
1 parent 92632b9 commit fad0c22
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions testing/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

include(CTest)

include_directories(${CMAKE_SOURCE_DIR}/heat)

function(make_test test_name)
add_test(NAME ${test_name} COMMAND ${test_name})
add_executable(${test_name} ${test_name}.c)
Expand Down

0 comments on commit fad0c22

Please sign in to comment.