Files
mckernel/executer/user/lib/CMakeLists.txt
Balazs Gerofi 39780917af libdwarf: compile locally if not present
Change-Id: I70d1f653f4fc4ee4daeaa2c9c6bdbf1416e43c9b
2020-06-15 09:58:52 +09:00

4 lines
54 B
CMake

if (NOT LIBDWARF)
add_subdirectory(libdwarf)
endif()