Files
jwinf/j1-Passwoerter/CMakeLists.txt
2020-10-28 19:47:10 +01:00

3 lines
77 B
CMake

file(GLOB J1SOURCES "src/*.c")
add_executable(j1 ${J1SOURCES} ${ACLSOURCES})