view test/resolve_self/CMakeLists.txt @ 665:ef356272a1c7 default tip

- introduced Makefile var APP_SUFFIX to handle cases where compilers implicitly add an extension to executables (e.g. llvm/mingw64 adds .exe even of not specified via -o)
author Tassilo Philipp
date Thu, 20 Jun 2024 17:10:12 +0200 (12 months ago)
parents 2536413edfd8
children
line wrap: on
line source
add_executable(resolve_self main.c)
target_link_libraries(resolve_self dynload_s)
set_target_properties(resolve_self PROPERTIES ENABLE_EXPORTS on)