mirror of
https://github.com/nicbarker/clay.git
synced 2025-05-15 14:58:03 +00:00
Compare commits
2 Commits
3f1d631c11
...
19da2da5e8
Author | SHA1 | Date | |
---|---|---|---|
|
19da2da5e8 | ||
|
56c0397a76 |
@ -15,7 +15,7 @@ FetchContent_MakeAvailable(allegro4)
|
||||
|
||||
link_directories(${allegro4_SOURCE_DIR}/lib/)
|
||||
|
||||
add_executable(allegro4_demo main.c ../../renderers/alleg4/alleg4.c)
|
||||
add_executable(allegro4_demo main.c alleg4.c)
|
||||
|
||||
target_compile_options(allegro4_demo PUBLIC)
|
||||
target_include_directories(allegro4_demo PUBLIC . ${CMAKE_SOURCE_DIR} ${allegro4_SOURCE_DIR}/include/)
|
||||
|
@ -1,4 +1,4 @@
|
||||
#include "renderers/alleg4/alleg4.h"
|
||||
#include "alleg4.h"
|
||||
#include <stdio.h>
|
||||
#include <math.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user