mirror of
https://github.com/Hizenberg469/Memory-Leak-Detector.git
synced 2026-04-20 02:02:26 +03:00
10 lines
204 B
CMake
10 lines
204 B
CMake
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}) |