Create multiple demo programs
This commit is contained in:
@@ -20,8 +20,10 @@ add_library(batomorph
|
||||
configure_target(batomorph)
|
||||
target_include_directories(batomorph PUBLIC include)
|
||||
|
||||
add_executable(demo
|
||||
demo.c
|
||||
)
|
||||
add_executable(demo demo.c)
|
||||
configure_target(demo)
|
||||
target_link_libraries(demo PRIVATE batomorph m)
|
||||
|
||||
add_executable(rand rand.c)
|
||||
configure_target(rand)
|
||||
target_link_libraries(rand PRIVATE batomorph m)
|
||||
|
||||
Reference in New Issue
Block a user