Skip to content

Instantly share code, notes, and snippets.

@quocle108
Last active April 29, 2020 10:34
Show Gist options
  • Save quocle108/aa04da5b31bc5e82c2cb404ef064f33d to your computer and use it in GitHub Desktop.
Save quocle108/aa04da5b31bc5e82c2cb404ef064f33d to your computer and use it in GitHub Desktop.
project( demo )
cmake_minimum_required( VERSION 2.8.9 )
add_subdirectory( helloworld )
add_subdirectory( staticlib )
add_subdirectory( dynamiclib )
add_subdirectory( phone )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment