Skip to content

because it's been far too long since I had an excuse to poke this

Notifications You must be signed in to change notification settings

tbrownaw/cmake-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  • app

    The executable that gets built.

  • hello

    A shared libary that gets built and linked in.

  • external

    A shared libary that has to be built separately, and is then linked in as an external library reference.

# Build the external libary first.
pushd external
cmake .
make

# Build the test app.
popd
cmake .
make

About

because it's been far too long since I had an excuse to poke this

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published