einfaches build system
This commit is contained in:
2
j1-Passwoerter/CMakeLists.txt
Normal file
2
j1-Passwoerter/CMakeLists.txt
Normal file
@ -0,0 +1,2 @@
|
||||
file(GLOB J1SOURCES "src/*.c")
|
||||
add_executable(j1 ${J1SOURCES} ${ACLSOURCES})
|
||||
4
j1-Passwoerter/src/main.c
Normal file
4
j1-Passwoerter/src/main.c
Normal file
@ -0,0 +1,4 @@
|
||||
#include <stdio.h>
|
||||
int main() {
|
||||
printf("hey");
|
||||
}
|
||||
Reference in New Issue
Block a user