Skip to content

Commit b64428f

Browse files
CMakeLists.txt: fixing a bug
1 parent 6ea9a4b commit b64428f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@ foreach(cpp_file ${cpp_files})
4242
endforeach()
4343

4444
add_library(smithlab_cpp)
45-
target_include_directories(smithlab_cpp PUBLIC)
45+
target_include_directories(smithlab_cpp PUBLIC ${CMAKE_CURRENT_SOURCE_DIR})
4646
target_link_libraries(smithlab_cpp PUBLIC ${LIBRARY_OBJECTS})

0 commit comments

Comments
 (0)