Files
ConsoleLib/example/helloworld/CMakeLists.txt
T
2026-08-15 19:11:54 +08:00

3 lines
89 B
CMake

add_executable(helloworld main.cpp)
target_link_libraries(helloworld PRIVATE ConsoleLib)