mirror of
https://github.com/Hizenberg469/OTP-rfc4226-rfc6238-rfc4648.git
synced 2026-04-19 18:02:23 +03:00
8 lines
171 B
CMake
8 lines
171 B
CMake
add_executable(${OTP_EXE}
|
|
"main.c")
|
|
|
|
target_include_directories(${OTP_EXE} PUBLIC
|
|
${HEADER_DIRS})
|
|
|
|
target_link_libraries(${OTP_EXE} PUBLIC
|
|
${OTP_LIBRARY}) |