mirror of
https://github.com/GayPizzaSpecifications/padlab.git
synced 2025-08-03 21:21:33 +00:00
src dir for reasons
This commit is contained in:
@ -12,10 +12,10 @@ if (USE_OPENGL)
|
|||||||
endif()
|
endif()
|
||||||
|
|
||||||
set(SOURCES
|
set(SOURCES
|
||||||
maths.h
|
src/maths.h
|
||||||
draw.h $<IF:$<BOOL:${USE_OPENGL}>,draw_opengl.c,draw.c>
|
src/draw.h src/$<IF:$<BOOL:${USE_OPENGL}>,draw_opengl.c,draw.c>
|
||||||
stick.c stick.h
|
src/stick.c src/stick.h
|
||||||
analogue.c)
|
src/analogue.c)
|
||||||
|
|
||||||
add_executable(${TARGET} ${SOURCES})
|
add_executable(${TARGET} ${SOURCES})
|
||||||
target_link_libraries(${TARGET}
|
target_link_libraries(${TARGET}
|
||||||
|
Reference in New Issue
Block a user