Skip to content

Commit 004da25

Browse files
committed
refactor: move source root to src subdirectory
1 parent d9c8795 commit 004da25

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
@@ -15,6 +15,6 @@ FetchContent_Declare(libpybind11
1515

1616
FetchContent_MakeAvailable(libpybind11)
1717

18-
add_subdirectory(uiucprescon/imagevalidate)
18+
add_subdirectory(src/uiucprescon/imagevalidate)
1919
include(CTest)
2020
add_subdirectory(tests)

0 commit comments

Comments
 (0)