This commit is contained in:
2020-11-04 20:51:24 +01:00
parent 0acedf8a82
commit 8d6c0c7440
4 changed files with 189649 additions and 2 deletions

View File

@ -1,2 +1,4 @@
file(GLOB J1SOURCES "src/*.c")
file(GLOB ACLSOURCES "../lib/acl/src/*.c")
add_executable(j1 ${J1SOURCES} ${ACLSOURCES})
target_link_libraries(j1 PRIVATE m)