mirror of
https://github.com/eddyem/eddys_snippets.git
synced 2026-03-21 09:11:03 +03:00
add shared library template with examples subdirectory
This commit is contained in:
6
sharedlib_template/examples/CMakeLists.txt
Normal file
6
sharedlib_template/examples/CMakeLists.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
cmake_minimum_required(VERSION 3.9)
|
||||
project(myapp)
|
||||
add_executable(myapp helloworld.c)
|
||||
include_directories(../)
|
||||
target_link_libraries(myapp usefull_macros)
|
||||
|
||||
Reference in New Issue
Block a user