Volumes/apps/CMakeLists.txt
2024-07-07 20:44:56 +02:00

4 lines
71 B
CMake

add_executable(app main.cpp)
target_link_libraries(app PRIVATE block)