Jelajahi Sumber

Utilities: Rename PreprocessorTest=>cpp-preprocessor

Itamar 4 tahun lalu
induk
melakukan
06e47ce7aa

+ 1 - 1
Userland/Utilities/CMakeLists.txt

@@ -97,6 +97,6 @@ target_link_libraries(tt LibPthread)
 target_link_libraries(unzip LibArchive LibCompress)
 target_link_libraries(zip LibArchive LibCompress LibCrypto)
 target_link_libraries(cpp-parser LibCpp LibGUI)
-target_link_libraries(PreprocessorTest LibCpp LibGUI)
+target_link_libraries(cpp-preprocessor LibCpp LibGUI)
 target_link_libraries(wasm LibWasm LibLine)
 target_link_libraries(wsctl LibGUI)

+ 0 - 0
Userland/Utilities/PreprocessorTest.cpp → Userland/Utilities/cpp-preprocessor.cpp