CMakeLists.txt 172 Bytes
Newer Older
1
add_executable(playground main.cpp custom_stack_callback.s)
2 3

# Example for adding the library to your app (as a cmake project dependency)
4
target_link_libraries(playground)