mbed-os/targets/TARGET_NXP/scripts
Martin Kojtal b6a90c4ae1 CMake: fix for CMAKE_CURRENT_LIST_DIR in functions
CMAKE_CURRENT_LIST_DIR behaves differently in functions. We store it in the CMakeLists itself, so anyone
calling a function would get the actual list dir where the scripts are.

To illustrate: if I call a function from src/CMakelists.txt, function located in src/scripts, `CMAKE_CURRENT_LIST_DIR` in the function would point
to the src/ folder but not to src/scripts.
2021-04-14 13:09:27 +01:00
..
LPC.py NXP: Query precise application names in post build 2021-03-04 10:28:22 +00:00
mbed_set_post_build_nxp.cmake CMake: fix for CMAKE_CURRENT_LIST_DIR in functions 2021-04-14 13:09:27 +01:00