3 lines
89 B
CMake
3 lines
89 B
CMake
add_executable(helloworld main.cpp)
|
|
target_link_libraries(helloworld PRIVATE ConsoleLib)
|