55304c2836
in order to better support distributions that target desktops. This commit completes the client project setup.
3 lines
190 B
Bash
Executable File
3 lines
190 B
Bash
Executable File
#!/bin/bash
|
|
g++ -o authClientTest ../CASA_Auth.cpp main.cpp -g -DN_PLAT_UNIX -I. -I../../../include -L"../../../lib/Release" -lcasa_c_authtoken -Xlinker -rpath -Xlinker ../../../lib/Release
|