mirror of
https://github.com/Hizenberg469/OTP-rfc4226-rfc6238-rfc4648.git
synced 2026-04-19 18:02:23 +03:00
Working model finished
This commit is contained in:
8
app/CMakeLists.txt
Normal file
8
app/CMakeLists.txt
Normal file
@@ -0,0 +1,8 @@
|
||||
add_executable(${OTP_EXE}
|
||||
"main.c")
|
||||
|
||||
target_include_directories(${OTP_EXE} PUBLIC
|
||||
${HEADER_DIRS})
|
||||
|
||||
target_link_libraries(${OTP_EXE} PUBLIC
|
||||
${OTP_LIBRARY})
|
||||
Reference in New Issue
Block a user