mirror of
https://github.com/Hizenberg469/Memory-Leak-Detector.git
synced 2026-04-19 17:52:26 +03:00
Phase 1 and Phase2 implemented
This commit is contained in:
10
app/CMakeLists.txt
Normal file
10
app/CMakeLists.txt
Normal file
@@ -0,0 +1,10 @@
|
||||
set(TESTING_APP "app.c")
|
||||
|
||||
add_executable(${TEST_APP}
|
||||
${TESTING_APP})
|
||||
|
||||
target_include_directories(${TEST_APP} PUBLIC
|
||||
${HEADER_DIR})
|
||||
|
||||
target_link_libraries(${TEST_APP} PUBLIC
|
||||
${MLD_LIB})
|
||||
Reference in New Issue
Block a user