j1
This commit is contained in:
@ -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)
|
||||
|
||||
Reference in New Issue
Block a user