Files
DesignedWorlds/source/CMakeLists.txt

6 lines
107 B
CMake
Raw Permalink Normal View History

2025-10-01 16:55:32 -07:00
# ADD SOURCES HERE
add_executable(${PROJECT_NAME})
target_sources(${PROJECT_NAME} PRIVATE http.c main.c)